This file is indexed.

/usr/include/shogun/lib/tapkee/tapkee.hpp is in libshogun-dev 3.2.0-7.5.

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
/* This software is distributed under BSD 3-clause license (see LICENSE file).
 *
 * Copyright (c) 2012-2013 Sergey Lisitsyn
 */

#ifndef TAPKEE_MAIN_H_
#define TAPKEE_MAIN_H_

/* Tapkee includes */
#include <shogun/lib/tapkee/embed.hpp>
#include <shogun/lib/tapkee/chain_interface.hpp>
/* End of Tapkee includes */

#endif