Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/plotly/dash
/ cleanPath
Function
cleanPath
dash/extract-meta.js:139–141 ·
view source on GitHub ↗
(filepath)
Source
from the content-addressed store, hash-verified
137
}
138
139
function
cleanPath(filepath) {
140
return
filepath.split(path.sep).join(
'/'
);
141
}
142
143
function
parseJSX(filepath) {
144
try {
Callers
2
gather
Function · 0.85
gatherComponents
Function · 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…