MCPcopy
hub / github.com/stemkoski/stemkoski.github.com / keyword

Function keyword

MathBox/mathbox-core.js:33404–33410  ·  view source on GitHub ↗
(default_value)

Source from the content-addressed store, hash-verified

33402 }
33403
33404 function keyword(default_value) {
33405 var t = token
33406 if(default_value) {
33407 t = {'type': '(implied)', data: '(default)', position: t.position}
33408 }
33409 return mknode(KEYWORD, t, node)
33410 }
33411
33412 // utils ----------------------------
33413

Callers 6

invariant_or_notFunction · 0.70
storage_or_notFunction · 0.70
parameter_or_notFunction · 0.70
precision_or_notFunction · 0.70
struct_or_typeFunction · 0.70
setup_stative_parsersFunction · 0.70

Calls 1

mknodeFunction · 0.70

Tested by

no test coverage detected