Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/triggerdotdev/jsonhero-web
/ graphJsonReplacer
Function
graphJsonReplacer
app/graphJSON.server.ts:5–11 ·
view source on GitHub ↗
(key: string, value: any)
Source
from the content-addressed store, hash-verified
3
}
4
5
function
graphJsonReplacer(key: string, value: any): any {
6
if
(key ===
"api_key"
) {
7
return
undefined;
8
}
9
10
return
value;
11
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected