This file is indexed.

/usr/share/octave/site/m/vlfeat/toolbox/misc/vl_ihashfind.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
12
13
14
15
16
% VL_IHASHFIND  Find labels in an integer hash table
%   SEL = VL_IHASHFIND(ID, NEXT, K, X) returns a vector SEL of the
%   entires in the hash table ID,NEXT,K corresponding to the labels
%   stored as columns of X.
%
%   The format is the same as for the functino VL_IHASHSUM().
%
%   See also: VL_IHASHSUM().

% Author: Andrea Vedaldi

% Copyright (C) 2008-12 Andrea Vedaldi.
% All rights reserved.
%
% This file is part of the VLFeat library and is made available under
% the terms of the BSD license (see the COPYING file).