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

Method CreateSandbox

internal/control_plane/workers/worker_node.go:95–97  ·  view source on GitHub ↗
(ctx context.Context, info *proto.ServiceInfo, option ...grpc.CallOption)

Source from the content-addressed store, hash-verified

93}
94
95func (w *WorkerNode) CreateSandbox(ctx context.Context, info *proto.ServiceInfo, option ...grpc.CallOption) (*proto.SandboxCreationStatus, error) {
96 return w.wnConnection.CreateSandbox(ctx, info, option...)
97}
98
99func (w *WorkerNode) DeleteSandbox(ctx context.Context, id *proto.SandboxID, option ...grpc.CallOption) (*proto.ActionStatus, error) {
100 return w.wnConnection.DeleteSandbox(ctx, id, option...)

Callers

nothing calls this directly

Calls 1

CreateSandboxMethod · 0.65

Tested by

no test coverage detected