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

Method resolve

apps/sim/executor/variables/resolvers/loop.ts:58–60  ·  view source on GitHub ↗
(reference: string, context: ResolutionContext)

Source from the content-addressed store, hash-verified

56 }
57
58 resolve(reference: string, context: ResolutionContext): any {
59 return this.resolveInternal(reference, context, false)
60 }
61
62 async resolveAsync(reference: string, context: ResolutionContext): Promise<any> {
63 if (!this.navigatePathAsync) {

Callers 1

resolveAsyncMethod · 0.95

Calls 1

resolveInternalMethod · 0.95

Tested by

no test coverage detected