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

Method patchConfig

tracker/src/upstream.ts:30–30  ·  view source on GitHub ↗

Patch the shared config on the server (persisted there).

(patch: Partial<Config>)

Source from the content-addressed store, hash-verified

28 find(hex: string): Aircraft | undefined;
29 /** Patch the shared config on the server (persisted there). */
30 patchConfig(patch: Partial<Config>): void;
31}
32
33export class WsUpstream implements Upstream {

Callers 7

setTargetModeMethod · 0.65
calibApplyMethod · 0.65
tickMethod · 0.65
onMessageMethod · 0.65
setFunction · 0.65
setFieldFunction · 0.65
onKeyFunction · 0.65

Implementers 2

WsUpstreamtracker/src/upstream.ts
ReplayUpstreamtracker/src/upstream.ts

Calls

no outgoing calls

Tested by

no test coverage detected