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

Method totalCalls

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

Source from the content-addressed store, hash-verified

7310}
7311
7312func (m *nativeTaskManager) totalCalls() int {
7313 return m.createCalls +
7314 m.childCreateCalls +
7315 m.listCalls +
7316 m.getCalls +
7317 m.updateCalls +
7318 m.cancelCalls +
7319 m.runListCalls +
7320 m.profileGetCalls +
7321 m.profileSetCalls +
7322 m.profileDeleteCalls +
7323 m.claimNextCalls +
7324 m.lookupCalls +
7325 m.heartbeatCalls +
7326 m.completeCalls +
7327 m.failCalls +
7328 m.releaseCalls +
7329 m.lookupReviewCalls +
7330 m.requestReviewCalls +
7331 m.getReviewCalls +
7332 m.listReviewCalls +
7333 m.recordReviewCalls
7334}
7335
7336func nativeLeaseRun(
7337 runID string,

Callers 1

TestDaemonNativeToolsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected