MCPcopy
hub / github.com/cpaczek/skylight / patchConfig

Method patchConfig

tracker/src/upstream.ts:196–199  ·  view source on GitHub ↗
(patch: Partial<Config>)

Source from the content-addressed store, hash-verified

194 return this.aircraft.get(hex);
195 }
196 patchConfig(patch: Partial<Config>): void {
197 this.config = mergeConfig(this.config, patch);
198 this.events.onConfig?.(this.config);
199 }
200}

Callers

nothing calls this directly

Calls 2

mergeConfigFunction · 0.85
onConfigMethod · 0.80

Tested by

no test coverage detected