MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / loadSuperJSON

Function loadSuperJSON

packages/core/src/v3/utils/ioSerialization.ts:344–346  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

342}
343
344async function loadSuperJSON(): Promise<typeof import("superjson")> {
345 return await import("superjson");
346}
347
348function safeJsonParse(value: string): any {
349 try {

Callers 5

parsePacketFunction · 0.85
stringifyIOFunction · 0.85
createPacketAttributesFunction · 0.85
prettyPrintPacketFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…