MCPcopy
hub / github.com/docker/docker-agent / ToolSet

Struct ToolSet

pkg/tools/builtin/deferred/deferred.go:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27type ToolSet struct {
28 mu sync.RWMutex
29 deferredTools map[string]deferredToolEntry
30 activatedTools map[string]tools.Tool
31 sources []deferredSource
32}
33
34// Verify interface compliance
35var (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected