MCPcopy Create free account
hub / github.com/docker/docker-agent / fakeRuntime

Struct fakeRuntime

pkg/embeddedchat/embeddedchat_test.go:43–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43type fakeRuntime struct {
44 events chan dagentruntime.Event
45
46 runCtxs []context.Context
47 resumes []dagentruntime.ResumeRequest
48 elicitations []tools.ElicitationAction
49 closed bool
50}
51
52func newFakeRuntime() *fakeRuntime {
53 return &fakeRuntime{events: make(chan dagentruntime.Event, 8)}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected