MCPcopy Index your code
hub / github.com/triggerdotdev/jsonhero-web / sendEvent

Function sendEvent

app/graphJSON.server.ts:1–3  ·  view source on GitHub ↗
(event: Record<string, any>)

Source from the content-addressed store, hash-verified

1export async function sendEvent(event: Record<string, any>): Promise<void> {
2 return;
3}
4
5function graphJsonReplacer(key: string, value: any): any {
6 if (key === "api_key") {

Callers 7

loaderFunction · 0.90
actionFunction · 0.90
actionFunction · 0.90
loaderFunction · 0.90
actionFunction · 0.90
actionFunction · 0.90
actionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected