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

Function relName

test/fixtures/snapshot/typescript.js:125459–125461  ·  view source on GitHub ↗
(state, path)

Source from the content-addressed store, hash-verified

125457 };
125458 }
125459 function relName(state, path) {
125460 return ts.convertToRelativePath(path, state.currentDirectory, function (f) { return state.getCanonicalFileName(f); });
125461 }
125462 function reportStatus(state, message) {
125463 var args = [];
125464 for (var _i = 2; _i < arguments.length; _i++) {

Callers 3

emitBundleFunction · 0.85
reportBuildQueueFunction · 0.85
reportUpToDateStatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…