MCPcopy Index your code
hub / github.com/coder/coder / ExportDOT

Method ExportDOT

agent/unit/manager.go:288–290  ·  view source on GitHub ↗

ExportDOT exports the dependency graph to DOT format for visualization.

(name string)

Source from the content-addressed store, hash-verified

286
287// ExportDOT exports the dependency graph to DOT format for visualization.
288func (m *Manager) ExportDOT(name string) (string, error) {
289 return m.graph.ToDOT(name)
290}

Callers 1

TestManager_ToDOTFunction · 0.95

Calls 1

ToDOTMethod · 0.80

Tested by 1

TestManager_ToDOTFunction · 0.76