MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / loadInjected

Function loadInjected

scripts/fungrim/gen-reference-doc.ts:193–198  ·  view source on GitHub ↗

Curated synthetic entries (not in the upstream corpus).

()

Source from the content-addressed store, hash-verified

191
192/** Curated synthetic entries (not in the upstream corpus). */
193function loadInjected(): Map<string, Entry> {
194 const overrides = JSON.parse(fs.readFileSync(OVERRIDES, 'utf8'));
195 const out = new Map<string, Entry>();
196 for (const e of (overrides.inject ?? []) as Entry[]) out.set(e.id, e);
197 return out;
198}
199
200/**
201 * Render the upper half-plane membership `Element(x, HH)` as the explicit part

Callers 1

generateReferenceDocFunction · 0.85

Calls 2

parseMethod · 0.65
setMethod · 0.65

Tested by

no test coverage detected