MCPcopy Create free account
hub / github.com/DarthSim/hivemind / writeLine

Method writeLine

process.go:35–37  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

33}
34
35func (p *process) writeLine(b []byte) {
36 p.output.WriteLine(p, b)
37}
38
39func (p *process) writeErr(err error) {
40 p.output.WriteErr(p, err)

Callers 3

RunMethod · 0.95
InterruptMethod · 0.95
KillMethod · 0.95

Calls 1

WriteLineMethod · 0.80

Tested by

no test coverage detected