MCPcopy Create free account
hub / github.com/idosal/git-mcp / structuredClone

Method structuredClone

worker-configuration.d.ts:228–228  ·  view source on GitHub ↗
(value: T, options?: StructuredSerializeOptions)

Source from the content-addressed store, hash-verified

226 clearInterval(timeoutId: number | null): void;
227 queueMicrotask(task: Function): void;
228 structuredClone<T>(value: T, options?: StructuredSerializeOptions): T;
229 reportError(error: any): void;
230 fetch(input: RequestInfo | URL, init?: RequestInit<RequestInitCfProperties>): Promise<Response>;
231 self: ServiceWorkerGlobalScope;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected