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

Function parse

test/compute-engine/parser-restriction.test.ts:10–12  ·  view source on GitHub ↗
(latex: string)

Source from the content-addressed store, hash-verified

8ce.declare('f', 'function');
9
10function parse(latex: string) {
11 return ce.parse(latex).json;
12}
13
14describe('Parser: restriction braces', () => {
15 describe('basic restriction', () => {

Callers 1

Calls 1

parseMethod · 0.65

Tested by

no test coverage detected