MCPcopy
hub / github.com/cloudflare/tableflip / String

Method String

child.go:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81func (c *child) String() string {
82 return c.proc.String()
83}
84
85func (c *child) Kill() {
86 c.proc.Signal(os.Kill)

Callers 3

Example_tcpServerFunction · 0.45
Example_httpShutdownFunction · 0.45
Example_httpShutdownFunction · 0.45

Calls

no outgoing calls

Tested by 3

Example_tcpServerFunction · 0.36
Example_httpShutdownFunction · 0.36
Example_httpShutdownFunction · 0.36