MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / resolve

Function resolve

packages/node-sdk/examples/runtime-smoke-helpers.ts:184–186  ·  view source on GitHub ↗
(value: T)

Source from the content-addressed store, hash-verified

182 return {
183 promise,
184 resolve(value: T): void {
185 resolveValue?.(value);
186 },
187 reject(error: Error): void {
188 rejectValue?.(error);
189 },

Callers 15

runPromptFunction · 0.70
waitForSDKEventFunction · 0.70
vitestReportDirFunction · 0.50
defaultReportDirFunction · 0.50
openMethod · 0.50
waitForFrameMethod · 0.50
run-scenarios.tsFile · 0.50
runTelemetryCrashScriptFunction · 0.50
closeFunction · 0.50
editor.test.tsFile · 0.50

Calls 1

resolveValueFunction · 0.85

Tested by 15

runTelemetryCrashScriptFunction · 0.40
startMethod · 0.40
stopMethod · 0.40
checkMethod · 0.40
waitForEventFunction · 0.40
waitForAbortFunction · 0.40
waitForSessionEventFunction · 0.40
buildFixtureZipFunction · 0.40
processWithStreamErrorFunction · 0.40
createZipBufferFunction · 0.40
serveOnceFunction · 0.40