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

Function findFirstSuperCall

test/fixtures/snapshot/typescript.js:71908–71912  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

71906 }
71907 }
71908 function findFirstSuperCall(node) {
71909 return ts.isSuperCall(node) ? node :
71910 ts.isFunctionLike(node) ? undefined :
71911 ts.forEachChild(node, findFirstSuperCall);
71912 }
71913 /**
71914 * Check if the given class-declaration extends null then return true.
71915 * Otherwise, return false

Calls 1

forEachChildMethod · 0.80

Tested by

no test coverage detected