Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ abspath
Function
abspath
tools/install.py:16–18 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
14
SYSTEM_AIX =
"AIX"
15
16
def
abspath(*args):
17
path = os.path.join(*args)
18
return
os.path.abspath(path)
19
20
def
is_child_dir(child, parent):
21
p = os.path.abspath(parent)
Callers
13
GetAnnotationInfo
Method · 0.85
HasRun
Method · 0.85
HasRun
Method · 0.85
__init__
Method · 0.85
Main
Function · 0.85
try_rmdir_r
Function · 0.85
mkpaths
Function · 0.85
package_files
Function · 0.85
corepack_files
Function · 0.85
files
Function · 0.85
Main
Function · 0.85
v8_presubmit.py
File · 0.85
Calls
1
join
Method · 0.45
Tested by
5
GetAnnotationInfo
Method · 0.68
HasRun
Method · 0.68
HasRun
Method · 0.68
__init__
Method · 0.68
Main
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…