MCPcopy Index your code
hub / github.com/simstudioai/sim / hasCompleted

Method hasCompleted

apps/sim/lib/logs/execution/logging-session.ts:862–864  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

860 }
861
862 hasCompleted(): boolean {
863 return this.completed
864 }
865
866 private shouldStartNewCompletionAttempt(attempt: CompletionAttempt): boolean {
867 return this.completionAttemptFailed && this.completionAttempt !== 'error' && attempt === 'error'

Callers 2

finalizeExecutionErrorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected