This file is indexed.

/usr/include/pbcopper/json/JSON.h is in libpbcopper-dev 0.0.1+20161202-2.

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
15
16
17
18
19
20
21
22
#ifndef PBCOPPER_JSON_JSON_H
#define PBCOPPER_JSON_JSON_H

#include "pbcopper/Config.h"
#include "pbcopper/json/internal/json.hpp"

//
// Simple wrapper around nlohmann's JSON implementation:
//     https://github.com/nlohmann/json
//
// Currently wrapping commit: a3f432b3dde1d71c8940961947db5938ed11ee91
//

namespace PacBio {
namespace JSON {

typedef nlohmann::json Json;

} // namespace JSON
} // namespace PacBio

#endif // PBCOPPER_JSON_JSON_H