Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ normalize_path
Function
normalize_path
deps/libffi/preprocess_asm.py:56–57 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
54
55
56
def
normalize_path(value):
57
return
str(value).strip().strip(
'"'
)
58
59
60
def
unique_paths(paths):
Callers
1
preprocess
Function · 0.85
Calls
1
str
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…