This file is indexed.

/usr/lib/R/site-library/graph/GXL/simplExample.gxl.www is in r-bioc-graph 1.56.0-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
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0"?>
<!DOCTYPE gxl SYSTEM "http://www.gupro.de/GXL/gxl-1.0.1.dtd">
<?xml-stylesheet type="text/xsl" href="../../highlightme.xsl"?>
<!-- simple example 05.02.2002  -->
<gxl xmlns:xlink="http://www.w3.org/1999/xlink">
	<graph id="simpleExample" edgemode="directed">
		<type xlink:href="../../../schema/gxl/simpleExample/simpleExampleSchema.gxl#simpleExampleSchema"/>
		<node id="p">
			<type xlink:href="../../../schema/gxl/simpleExample/simpleExampleSchema.gxl#Proc"/>
			<attr name="file">
				<string>main.c</string>
			</attr>
		</node>
		<node id="q">
			<type xlink:href="../../../schema/gxl/simpleExample/simpleExampleSchema.gxl#Proc"/>
			<attr name="file">
				<string>test.c</string>
			</attr>
		</node>
		<node id="v">
			<type xlink:href="../../../schema/gxl/simpleExample/simpleExampleSchema.gxl#Var"/>
			<attr name="line">
				<int>225</int>
			</attr>
		</node>
		<node id="w">
			<type xlink:href="../../../schema/gxl/simpleExample/simpleExampleSchema.gxl#Var"/>
			<attr name="line">
				<int>316</int>
			</attr>
		</node>
		<edge id="r1" from="p" to="v">
			<type xlink:href="../../../schema/gxl/simpleExample/simpleExampleSchema.gxl#ref"/>
			<attr name="line">
				<int>127</int>
			</attr>
		</edge>
		<edge id="r2" from="q" to="w">
			<type xlink:href="../../../schema/gxl/simpleExample/simpleExampleSchema.gxl#ref"/>
			<attr name="line">
				<int>27</int>
			</attr>
		</edge>
		<edge id="c" from="p" to="q">
			<type xlink:href="../../../schema/gxl/simpleExample/simpleExampleSchema.gxl#call"/>
			<attr name="line">
				<int>42</int>
			</attr>
		</edge>
	</graph>
</gxl>