File: srcgraph.dot

package info (click to toggle)
botch 0.24-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,084,624 kB
  • sloc: xml: 11,924,892; ml: 4,489; python: 3,890; sh: 1,268; makefile: 334
file content (7 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
digraph G {
	"src:a" [shape=rectangle]
	"src:b" [shape=rectangle]
	"src:b" -> "src:b"
	"src:a" -> "src:b"
	"src:b" -> "src:a"
}