MCPcopy Create free account
hub / github.com/cortexkit/magic-context / removeDreamerBlockJsonc

Function removeDreamerBlockJsonc

packages/dashboard/src/lib/jsonc.ts:59–63  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

57
58/** Remove the project-level dreamer override while preserving the rest of the config file. */
59export function removeDreamerBlockJsonc(text: string): string {
60 const root = parseRoot(text);
61 delete root.dreamer;
62 return stringifyJsonc(root);
63}

Callers 2

revertToInheritedFunction · 0.90
jsonc.test.tsFile · 0.90

Calls 2

parseRootFunction · 0.85
stringifyJsoncFunction · 0.85

Tested by

no test coverage detected