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

Function struct

MathBox/mathbox-bundle.js:80075–80080  ·  view source on GitHub ↗
(allow_assign, allow_comma)

Source from the content-addressed store, hash-verified

80073 }
80074
80075 function struct(allow_assign, allow_comma) {
80076 var _ = mknode(STRUCT, token, node)
80077 _.allow_assign = allow_assign === undefined ? true : allow_assign
80078 _.allow_comma = allow_comma === undefined ? true : allow_comma
80079 return _
80080 }
80081
80082 function expr() {
80083 var n = mknode(EXPR, token, node)

Callers 2

struct_or_typeFunction · 0.70
setup_stative_parsersFunction · 0.70

Calls 1

mknodeFunction · 0.70

Tested by

no test coverage detected