MCPcopy Index your code
hub / github.com/nodejs/node / convertToSecondaryNavBarMenuItem

Function convertToSecondaryNavBarMenuItem

test/fixtures/snapshot/typescript.js:141468–141479  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

141466 grayed: false
141467 };
141468 function convertToSecondaryNavBarMenuItem(n) {
141469 return {
141470 text: getItemName(n.node, n.name),
141471 kind: ts.getNodeKind(n.node),
141472 kindModifiers: ts.getNodeModifiers(n.node),
141473 spans: getSpans(n),
141474 childItems: emptyChildItemArray,
141475 indent: 0,
141476 bolded: false,
141477 grayed: false
141478 };
141479 }
141480 }
141481 function getSpans(n) {
141482 var spans = [getNodeSpan(n.node)];

Callers

nothing calls this directly

Calls 2

getItemNameFunction · 0.85
getSpansFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…