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

Function compileSection

scripts/rubi/compile.ts:45–50  ·  view source on GitHub ↗
(
  ce: ComputeEngine,
  corpusDir: string
)

Source from the content-addressed store, hash-verified

43
44/** Load and compile all corpus files under a section directory, in order. */
45export function compileSection(
46 ce: ComputeEngine,
47 corpusDir: string
48): CompileResult {
49 return compileRuleDocs(ce, readCorpusDocs(corpusDir));
50}

Callers 2

triage.tsFile · 0.90
mainFunction · 0.90

Calls 2

compileRuleDocsFunction · 0.90
readCorpusDocsFunction · 0.85

Tested by

no test coverage detected