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

Function direct_parent

MathBox/mathbox-bundle.js:46998–47002  ·  view source on GitHub ↗
(node, next, subj)

Source from the content-addressed store, hash-verified

46996 }
46997
46998 function direct_parent(node, next, subj) {
46999 node = options.parent(node)
47000
47001 return node && next(node, subj) ? node : null
47002 }
47003
47004 function direct_sibling(node, next, subj) {
47005 var parent = options.parent(node)

Callers

nothing calls this directly

Calls 1

nextFunction · 0.85

Tested by

no test coverage detected