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

Method find

tracker/src/upstream.ts:66–68  ·  view source on GitHub ↗
(hex: string)

Source from the content-addressed store, hash-verified

64 return [...this.aircraft.values()];
65 }
66 find(hex: string): Aircraft | undefined {
67 return this.aircraft.get(hex);
68 }
69
70 patchConfig(patch: Partial<Config>): void {
71 const msg: ClientMessage = { type: "patchConfig", patch };

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected