MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / mknode

Function mknode

MathBox/mathbox-bundle.js:80395–80403  ·  view source on GitHub ↗
(mode, sourcetoken)

Source from the content-addressed store, hash-verified

80393}
80394
80395function mknode(mode, sourcetoken) {
80396 return {
80397 mode: mode
80398 , token: sourcetoken
80399 , children: []
80400 , type: stmt_type[mode]
80401// , id: (Math.random() * 0xFFFFFFFF).toString(16)
80402 }
80403}
80404
80405function is_storage(token) {
80406 return token.data === 'const' ||

Callers 13

parserFunction · 0.70
parse_stmtFunction · 0.70
invariant_or_notFunction · 0.70
storage_or_notFunction · 0.70
parameter_or_notFunction · 0.70
precision_or_notFunction · 0.70
nFunction · 0.70
adhocFunction · 0.70
declFunction · 0.70
structFunction · 0.70
exprFunction · 0.70
keywordFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected