MCPcopy Create free account
hub / github.com/ecomfe/tempad-dev / handleGetCode

Function handleGetCode

packages/extension/mcp/runtime.ts:50–52  ·  view source on GitHub ↗
(args?: GetCodeParametersInput)

Source from the content-addressed store, hash-verified

48}
49
50async function handleGetCode(args?: GetCodeParametersInput): Promise<GetCodeResult> {
51 return dispatchGetCode(args)
52}
53
54export type WindowGetCodeParametersInput = GetCodeParametersInput & {
55 _unbounded?: boolean

Callers 1

index.test.tsFile · 0.50

Calls 1

dispatchGetCodeFunction · 0.85

Tested by

no test coverage detected