MCPcopy Create free account
hub / github.com/Xenov-X/csbot / GetResults

Method GetResults

workflow/executor.go:67–71  ·  view source on GitHub ↗

GetResults returns the action results

()

Source from the content-addressed store, hash-verified

65
66// GetResults returns the action results
67func (e *Executor) GetResults() []ActionResult {
68 e.resultsMu.Lock()
69 defer e.resultsMu.Unlock()
70 return e.results
71}
72
73// recordResult records an action result
74func (e *Executor) recordResult(result ActionResult) {

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected