MCPcopy Create free account
hub / github.com/compozy/agh / apiTestToolRegistry

Struct apiTestToolRegistry

internal/api/core/tools_test.go:547–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545}
546
547type apiTestToolRegistry struct {
548 registry *toolspkg.RuntimeRegistry
549 mu sync.Mutex
550 calls map[toolspkg.ToolID]int
551 lastListScope toolspkg.Scope
552 lastCallScope toolspkg.Scope
553 lastCallRequest toolspkg.CallRequest
554 lastSearchScope toolspkg.Scope
555 lastSearchQuery toolspkg.SearchQuery
556 lastToolset toolspkg.ToolsetID
557}
558
559func newAPITestToolRegistry(
560 t *testing.T,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected