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

Method getRelativePath

test/common/wpt.js:372–374  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

370 }
371
372 getRelativePath() {
373 return path.join(this.module, this.filename);
374 }
375
376 getAbsolutePath() {
377 return fixtures.path('wpt', this.getRelativePath());

Callers 4

getAbsolutePathMethod · 0.95
getResultMethod · 0.80
fullInitScriptMethod · 0.80
runJsTestsMethod · 0.80

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected