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