MCPcopy Create free account
hub / github.com/eth-easl/dirigent / CreateSandbox

Method CreateSandbox

api/worker_node_api_server.go:46–48  ·  view source on GitHub ↗
(grpcCtx context.Context, in *proto.ServiceInfo)

Source from the content-addressed store, hash-verified

44}
45
46func (w *WnApiServer) CreateSandbox(grpcCtx context.Context, in *proto.ServiceInfo) (*proto.SandboxCreationStatus, error) {
47 return w.workerNode.SandboxRuntime.CreateSandbox(grpcCtx, in)
48}
49
50func (w *WnApiServer) DeleteSandbox(grpcCtx context.Context, in *proto.SandboxID) (*proto.ActionStatus, error) {
51 return w.workerNode.SandboxRuntime.DeleteSandbox(grpcCtx, in)

Callers

nothing calls this directly

Calls 1

CreateSandboxMethod · 0.65

Tested by

no test coverage detected