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

Function prefix

MathBox/mathbox-bundle.js:79380–79388  ·  view source on GitHub ↗
(id, nud)

Source from the content-addressed store, hash-verified

79378}
79379
79380function prefix(id, nud) {
79381 var sym = symbol(id)
79382 sym.nud = nud || function() {
79383 this.children = [expression(70)]
79384 this.type = 'unary'
79385 return this
79386 }
79387 return sym
79388}
79389
79390function suffix(id) {
79391 var sym = symbol(id, 150)

Callers 1

mathbox-bundle.jsFile · 0.70

Calls 2

symbolFunction · 0.70
expressionFunction · 0.70

Tested by

no test coverage detected