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

Function star

shared/src/stars.ts:59–59  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

57
58const byId = new Map(STARS.map((s) => [s.id, s]));
59export const star = (id: string): Star | undefined => byId.get(id);
60
61/** Asterism line segments, by star id, drawn faintly when both ends are up. */
62export const ASTERISMS: [string, string][] = [

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected