Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
ce.declare(
'f'
,
'function'
);
9
10
function
parse(latex: string) {
11
return
ce.parse(latex).json;
12
}
13
14
describe(
'Parser: restriction braces'
, () => {
15
describe(
'basic restriction'
, () => {
Callers
1
parser-restriction.test.ts
File · 0.70
Calls
1
parse
Method · 0.65
Tested by
no test coverage detected