This file is indexed.

/usr/share/slsh/local-packages/sqlite.sl is in slang-sqlite 0.4.0-3.1.

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
import ("sqlite");

$1 = path_concat (path_concat (path_dirname (__FILE__), "help"), "sqlite.hlp");
if (NULL != stat_file ($1))
  add_doc_file ($1);

provide ("sqlite");