MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / toJson

Function toJson

packages/plugins/google/src/sdk/plugin.test.ts:259–259  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

257};
258
259const toJson = (value: unknown): string => JSON.stringify(value);
260
261const DISCOVERY_BODIES: Readonly<Record<string, string>> = {
262 [CALENDAR_URL]: toJson(calendarDoc),

Callers 1

plugin.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected