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

Function keyword

MathBox/mathbox-bundle.js:80089–80095  ·  view source on GitHub ↗
(default_value)

Source from the content-addressed store, hash-verified

80087 }
80088
80089 function keyword(default_value) {
80090 var t = token
80091 if(default_value) {
80092 t = {'type': '(implied)', data: '(default)', position: t.position}
80093 }
80094 return mknode(KEYWORD, t, node)
80095 }
80096
80097 // utils ----------------------------
80098

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