MCPcopy
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
419export const JsonToGoBson = (json: any) => {

Callers 1

parseStructFunction · 0.85

Calls 1

formatFunction · 0.85

Tested by

no test coverage detected