MCPcopy
hub / github.com/simstudioai/sim / safeComplete

Method safeComplete

apps/sim/lib/logs/execution/logging-session.ts:887–889  ·  view source on GitHub ↗
(params: SessionCompleteParams = {})

Source from the content-addressed store, hash-verified

885 }
886
887 async safeComplete(params: SessionCompleteParams = {}): Promise<void> {
888 return this.runCompletionAttempt('complete', () => this._safeCompleteImpl(params))
889 }
890
891 private async _safeCompleteImpl(params: SessionCompleteParams = {}): Promise<void> {
892 try {

Callers 5

completeLoggingSessionFunction · 0.80
finalizeExecutionOutcomeFunction · 0.80
route.tsFile · 0.80

Calls 2

runCompletionAttemptMethod · 0.95
_safeCompleteImplMethod · 0.95

Tested by

no test coverage detected