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

Function copySymbols

test/fixtures/snapshot/typescript.js:86140–86146  ·  view source on GitHub ↗
(source, meaning)

Source from the content-addressed store, hash-verified

86138 }
86139 }
86140 function copySymbols(source, meaning) {
86141 if (meaning) {
86142 source.forEach(function (symbol) {
86143 copySymbol(symbol, meaning);
86144 });
86145 }
86146 }
86147 function copyLocallyVisibleExportSymbols(source, meaning) {
86148 if (meaning) {
86149 source.forEach(function (symbol) {

Callers 1

populateSymbolsFunction · 0.85

Calls 2

copySymbolFunction · 0.85
forEachMethod · 0.65

Tested by

no test coverage detected