MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / getLoadContext

Function getLoadContext

worker/index.js:9–15  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

7 createEventHandler({
8 build,
9 getLoadContext(event) {
10 return {
11 waitUntil(promise) {
12 return event.waitUntil(promise);
13 },
14 };
15 },
16 })
17);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected