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

Method DeleteSandbox

api/worker_node_api_server.go:50–52  ·  view source on GitHub ↗
(grpcCtx context.Context, in *proto.SandboxID)

Source from the content-addressed store, hash-verified

48}
49
50func (w *WnApiServer) DeleteSandbox(grpcCtx context.Context, in *proto.SandboxID) (*proto.ActionStatus, error) {
51 return w.workerNode.SandboxRuntime.DeleteSandbox(grpcCtx, in)
52}
53
54func (w *WnApiServer) ListEndpoints(grpcCtx context.Context, in *emptypb.Empty) (*proto.EndpointsList, error) {
55 return w.workerNode.SandboxRuntime.ListEndpoints(grpcCtx, in)

Callers

nothing calls this directly

Calls 1

DeleteSandboxMethod · 0.65

Tested by

no test coverage detected