Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/xpf0000/FlyEnv
/ formatScopeKeys
Function
formatScopeKeys
src/render/util/transform/Go.ts:411–416 ·
view source on GitHub ↗
(keys: any)
Source
from the content-addressed store, hash-verified
409
}
410
411
function
formatScopeKeys(keys: any) {
412
for
(
const
i in keys) {
413
keys[i] = format(keys[i])
414
}
415
return
keys
416
}
417
}
418
419
export
const
JsonToGoBson = (json: any) => {
Callers
1
parseStruct
Function · 0.85
Calls
1
format
Function · 0.85
Tested by
no test coverage detected