MCPcopy
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
139function cleanPath(filepath) {
140 return filepath.split(path.sep).join('/');
141}
142
143function parseJSX(filepath) {
144 try {

Callers 2

gatherFunction · 0.85
gatherComponentsFunction · 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…