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

Method serializeAttachment

worker-configuration.d.ts:2356–2356  ·  view source on GitHub ↗
(attachment: any)

Source from the content-addressed store, hash-verified

2354 */
2355 close(code?: number, reason?: string): void;
2356 serializeAttachment(attachment: any): void;
2357 deserializeAttachment(): any | null;
2358 /**
2359 * Returns the state of the WebSocket object's connection. It can have the values described below.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected