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

Function hasDetachedComments

test/fixtures/snapshot/typescript.js:114983–114985  ·  view source on GitHub ↗
(pos)

Source from the content-addressed store, hash-verified

114981 }
114982 }
114983 function hasDetachedComments(pos) {
114984 return detachedCommentsInfo !== undefined && ts.last(detachedCommentsInfo).nodePos === pos;
114985 }
114986 function forEachLeadingCommentWithoutDetachedComments(cb) {
114987 if (!currentSourceFile)
114988 return;

Callers 1

Calls 1

lastMethod · 0.45

Tested by

no test coverage detected