Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
export
async
function
sendEvent(event: Record<string, any>): Promise<void> {
2
return
;
3
}
4
5
function
graphJsonReplacer(key: string, value: any): any {
6
if
(key ===
"api_key"
) {
Callers
7
loader
Function · 0.90
action
Function · 0.90
action
Function · 0.90
loader
Function · 0.90
action
Function · 0.90
action
Function · 0.90
action
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected