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

Function mapSymbol

scripts/rubi/wl-parser.ts:469–471  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

467};
468
469function mapSymbol(name: string): string {
470 return SYMBOL_MAP[name] ?? name;
471}
472
473function mapCall(wlHead: string, args: Json[]): Json {
474 // WL Log[x] is the natural log; Log[b, x] is log base b.

Callers 2

parsePrefixMethod · 0.85
parsePostfixMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected