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

Struct SeesawEngine

engine/ipc.go:47–49  ·  view source on GitHub ↗

SeesawEngine provides the IPC interface to the Seesaw Engine.

Source from the content-addressed store, hash-verified

45
46// SeesawEngine provides the IPC interface to the Seesaw Engine.
47type SeesawEngine struct {
48 engine *Engine
49}
50
51// accessCheck performs an access check based on the given context and vserver.
52func (s *SeesawEngine) accessCheck(ctx *ipc.Context, vserver string) (string, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected