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

Method totalCalls

internal/daemon/native_tools_test.go:6104–6106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6102}
6103
6104func (s *nativeMemoryExtractorService) totalCalls() int {
6105 return s.statusCalls + s.failureCalls + s.retryCalls + s.drainCalls
6106}
6107
6108type nativeMemoryProviderService struct {
6109 provider contract.MemoryProviderPayload

Callers 1

TestDaemonNativeToolsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected