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

Method resolveAsync

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

Source from the content-addressed store, hash-verified

60 }
61
62 async resolveAsync(reference: string, context: ResolutionContext): Promise<any> {
63 if (!this.navigatePathAsync) {
64 return this.resolve(reference, context)
65 }
66 return this.resolveInternal(reference, context, true)
67 }
68
69 private async resolveInternal(
70 reference: string,

Callers

nothing calls this directly

Calls 2

resolveMethod · 0.95
resolveInternalMethod · 0.95

Tested by

no test coverage detected