MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / emptyResult

Function emptyResult

packages/migration-legacy/src/steps/config.ts:97–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95}
96
97function emptyResult(): ConfigStepResult {
98 return {
99 migrated: false,
100 tuiExtracted: false,
101 droppedProviders: [],
102 droppedModels: [],
103 droppedKeys: [],
104 configConflicts: [],
105 wroteSiblingDueToConflict: false,
106 wroteTuiSibling: false,
107 migratedHooks: 0,
108 droppedHooks: 0,
109 siblingContents: { providers: [], models: [], hooks: 0 },
110 };
111}
112
113function filterFields(
114 value: Record<string, unknown>,

Callers 1

migrateConfigStepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected