MCPcopy Create free account
hub / github.com/ByteYellow/AgentProvenance / CreateSession

Method CreateSession

internal/substrate/node/runtime.go:18–18  ·  view source on GitHub ↗
(req CreateSessionRequest)

Source from the content-addressed store, hash-verified

16
17type Runtime interface {
18 CreateSession(req CreateSessionRequest) (containerID string, err error)
19 Exec(containerID string, command []string, stream bool) (ExecResult, error)
20 Interrupt(containerID string) error
21 Stop(containerID string) error

Callers 3

createRuntimeSessionMethod · 0.65
sessionCmdFunction · 0.65
createSessionMethod · 0.65

Implementers 4

fakeDriverinternal/control/service_test.go
StubDriverinternal/substrate/runtime/driver.go
DockerDriverinternal/substrate/runtime/docker.go
DockerRuntimeinternal/substrate/node/docker.go

Calls

no outgoing calls

Tested by

no test coverage detected