This file is indexed.

/usr/share/doc/music-hub/html/inherit_graph_3.dot is in libmusic-hub-doc 0.0+13.10.20130920-0ubuntu1.

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
digraph "Graphical Class Hierarchy"
{
 // INTERACTIVE_SVG=YES
  bgcolor="transparent";
  edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
  node [fontname="Helvetica",fontsize="10",shape=record];
  rankdir="LR";
  Node1 [label="enable_shared_from_this",height=0.2,width=0.4,color="grey75"];
  Node1 -> Node2 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
  Node2 [label="com::ubuntu::music\l::Service",height=0.2,width=0.4,color="black",URL="$classcom_1_1ubuntu_1_1music_1_1Service.html"];
}