MCPcopy Create free account
hub / github.com/tiann/hapi / extractToolCallId

Function extractToolCallId

cli/src/cursor/utils/cursorExtensionAdapter.ts:235–238  ·  view source on GitHub ↗
(params: unknown)

Source from the content-addressed store, hash-verified

233}
234
235function extractToolCallId(params: unknown): string | null {
236 if (!isObject(params)) return null;
237 return asString(params.toolCallId);
238}
239
240function formatQuestionAnswers(
241 params: unknown,

Callers 3

handleBlockingRequestMethod · 0.85
handleGenerateImageMethod · 0.85

Calls 2

isObjectFunction · 0.85
asStringFunction · 0.50

Tested by

no test coverage detected