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

Function handleWindowGetCode

packages/extension/mcp/runtime.ts:67–72  ·  view source on GitHub ↗
(args?: WindowGetCodeParametersInput)

Source from the content-addressed store, hash-verified

65}
66
67async function handleWindowGetCode(args?: WindowGetCodeParametersInput): Promise<GetCodeResult> {
68 const { _unbounded, ...rest } = args ?? {}
69 return dispatchGetCode(rest, {
70 unbounded: _unbounded
71 })
72}
73
74async function handleGetTokenDefs(args?: GetTokenDefsParametersInput): Promise<GetTokenDefsResult> {
75 const { names, includeAllModes } = args ?? {}

Callers

nothing calls this directly

Calls 1

dispatchGetCodeFunction · 0.85

Tested by

no test coverage detected