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

Function struct

MathBox/mathbox-core.js:33390–33395  ·  view source on GitHub ↗
(allow_assign, allow_comma)

Source from the content-addressed store, hash-verified

33388 }
33389
33390 function struct(allow_assign, allow_comma) {
33391 var _ = mknode(STRUCT, token, node)
33392 _.allow_assign = allow_assign === undefined ? true : allow_assign
33393 _.allow_comma = allow_comma === undefined ? true : allow_comma
33394 return _
33395 }
33396
33397 function expr() {
33398 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