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

Function stripTypeScriptTypesForCoverage

lib/internal/modules/typescript.js:138–141  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

136}
137
138function stripTypeScriptTypesForCoverage(code) {
139 validateString(code, 'code');
140 return processTypeScriptCode(code, { mode: 'strip-only' });
141}
142
143
144/**

Callers

nothing calls this directly

Calls 1

processTypeScriptCodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…