MCPcopy Create free account
hub / github.com/astercloud/aster / ExecutionCount

Method ExecutionCount

pkg/executionplan/executor_test.go:48–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48func (m *mockTool) ExecutionCount() int {
49 m.mu.Lock()
50 defer m.mu.Unlock()
51 return m.execCount
52}
53
54func newMockTool(name string, result any, err error) *mockTool {
55 return &mockTool{

Callers 4

TestExecuteSequentialFunction · 0.80
TestExecuteWithErrorFunction · 0.80
TestResumeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected