Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
getAbsolutePath
Method · 0.95
getResult
Method · 0.80
fullInitScript
Method · 0.80
runJsTests
Method · 0.80
Calls
1
join
Method · 0.45
Tested by
no test coverage detected