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

Function entry

MathBox/mathbox-core.js:364–366  ·  view source on GitHub ↗
(node, next, subj)

Source from the content-addressed store, hash-verified

362}
363
364function entry(node, next, subj) {
365 return next(node, subj) ? node : null
366}
367
368function valid_pseudo(options, match) {
369 switch(match) {

Callers

nothing calls this directly

Calls 1

nextFunction · 0.85

Tested by

no test coverage detected