Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gan-Xing/CodexBridge
/ cloneJson
Function
cloneJson
packages/codex-native-api/src/native_api_server.ts:3085–3087 ·
view source on GitHub ↗
(value: T)
Source
from the content-addressed store, hash-verified
3083
}
3084
3085
function
cloneJson<T>(value: T): T {
3086
return
JSON.parse(JSON.stringify(value)) as T;
3087
}
Callers
8
normalizeProviderResponseItem
Function · 0.70
normalizeProviderResponseMessagePart
Function · 0.70
appendResponsesStreamReasoningDelta
Function · 0.70
appendResponsesStreamMessageDelta
Function · 0.70
finishResponsesStreamState
Function · 0.70
failResponsesStreamState
Function · 0.70
finishResponsesStreamReasoningState
Function · 0.70
finishResponsesStreamMessageState
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected