MCPcopy
hub / github.com/google/seesaw / engineIPC

Struct engineIPC

common/conn/ipc.go:34–37  ·  view source on GitHub ↗

engineIPC contains the structures necessary for communication with the Seesaw Engine via IPC.

Source from the content-addressed store, hash-verified

32// engineIPC contains the structures necessary for communication with the
33// Seesaw Engine via IPC.
34type engineIPC struct {
35 client *rpc.Client
36 ctx *ipc.Context
37}
38
39// newEngineIPC returns a new engine IPC interface.
40func newEngineIPC(ctx *ipc.Context) EngineConn {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected