Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
runPrompt
Function · 0.70
waitForSDKEvent
Function · 0.70
vitestReportDir
Function · 0.50
defaultReportDir
Function · 0.50
open
Method · 0.50
waitForFrame
Method · 0.50
run-scenarios.ts
File · 0.50
runTelemetryCrashScript
Function · 0.50
google-genai.test.ts
File · 0.50
createFakeProviderHarness
Function · 0.50
close
Function · 0.50
editor.test.ts
File · 0.50
Calls
1
resolveValue
Function · 0.85
Tested by
15
runTelemetryCrashScript
Function · 0.40
start
Method · 0.40
stop
Method · 0.40
check
Method · 0.40
waitForEvent
Function · 0.40
waitForAbort
Function · 0.40
waitForSessionEvent
Function · 0.40
buildFixtureZip
Function · 0.40
processWithInterleavedOutput
Function · 0.40
processWithStreamError
Function · 0.40
createZipBuffer
Function · 0.40
serveOnce
Function · 0.40