This file is indexed.

/usr/include/ui-utilcpp/Shortcuts.hpp is in libui-utilcpp-dev 1.8.5-1+b2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
/**
 * @file
 * @brief Include this to use the namespace shortcuts.
 */
#ifndef UI_UTIL_SHORTCUTS_HPP
#define UI_UTIL_SHORTCUTS_HPP

namespace UI { namespace Util { namespace Sys {} namespace Http {} }}

namespace U  = UI::Util;
namespace US = UI::Util::Sys;
namespace UH = UI::Util::Http;

#endif