This file is indexed.

/usr/share/SuperCollider/HelpSource/Classes/PureUGen.schelp is in supercollider-common 1:3.8.0~repack-2.

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
TITLE:: PureUGen
summary:: Pure UGen
categories:: UGens
related:: Classes/UGen

DESCRIPTION::

A Pure UGen is a UGen, which does not access any shared resources like busses, buffers or random number generators. UGen
classes which are derived from PureUGen are candidates for common subexpression elimination and dead code elimination
passes during the SynthDef compilation.

INSTANCEMETHODS::
PRIVATE:: optimizeGraph