MCPcopy Create free account
hub / github.com/encodeous/nylon / errResponse

Function errResponse

core/ipc_handler.go:38–40  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

36}
37
38func errResponse(msg string) *protocol.IpcResponse {
39 return &protocol.IpcResponse{Ok: false, Error: msg}
40}
41
42func readRequest(rw *bufio.ReadWriter) (*protocol.IpcRequest, error) {
43 line, err := rw.ReadBytes('\n')

Callers 4

HandleNylonIPCFunction · 0.85
handleIPCProbeFunction · 0.85
handleIPCReloadFunction · 0.85
handleTraceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected