MCPcopy
hub / github.com/burke/zeus / Error

Function Error

go/processtree/slavemonitor.go:19–22  ·  view source on GitHub ↗
(err string)

Source from the content-addressed store, hash-verified

17}
18
19func Error(err string) {
20 // TODO
21 println(err)
22}
23
24func StartSlaveMonitor(tree *ProcessTree, fileChanges <-chan []string, done chan bool) chan bool {
25 quit := make(chan bool)

Callers 2

StartSlaveMonitorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…