Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
259
const
toJson = (value: unknown): string => JSON.stringify(value);
260
261
const
DISCOVERY_BODIES: Readonly<Record<string, string>> = {
262
[CALENDAR_URL]: toJson(calendarDoc),
Callers
1
plugin.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected