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

Method totalCalls

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

Source from the content-addressed store, hash-verified

6201}
6202
6203func (s *nativeMemoryProviderService) totalCalls() int {
6204 return s.listCalls + s.getCalls + s.selectCalls + s.enableCalls + s.disableCalls
6205}
6206
6207type nativeMemorySessionLedgerService struct {
6208 response contract.MemorySessionLedgerResponse

Callers 1

TestDaemonNativeToolsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected