This file is indexed.

/usr/share/octave/site/m/vlfeat/toolbox/misc/vl_getpid.m is in octave-vlfeat 0.9.17+dfsg0-6build1.

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
% VL_GETPID Get MATLAB process ID
%   VL_GETPID() returns MATLAB process ID.
%
%   Algorithm::
%     VL_GETPID() returns the result of the getpid() system call on
%     UNIX-like operating systems and of GetCurrentProcessID() on
%     Windows.
%
%   See also: VL_HELP().

% Authors: Andrea Vedaldi