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

Function direct_parent

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

Source from the content-addressed store, hash-verified

311 }
312
313 function direct_parent(node, next, subj) {
314 node = options.parent(node)
315
316 return node && next(node, subj) ? node : null
317 }
318
319 function direct_sibling(node, next, subj) {
320 var parent = options.parent(node)

Callers

nothing calls this directly

Calls 1

nextFunction · 0.85

Tested by

no test coverage detected