MCPcopy Create free account
hub / github.com/nodejs/node / addLeafNode

Function addLeafNode

test/fixtures/snapshot/typescript.js:140799–140801  ·  view source on GitHub ↗
(node, name)

Source from the content-addressed store, hash-verified

140797 return root;
140798 }
140799 function addLeafNode(node, name) {
140800 pushChild(parent, emptyNavigationBarNode(node, name));
140801 }
140802 function emptyNavigationBarNode(node, name) {
140803 return {
140804 node: node,

Callers 1

addChildrenRecursivelyFunction · 0.85

Calls 2

pushChildFunction · 0.85
emptyNavigationBarNodeFunction · 0.85

Tested by

no test coverage detected