Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ normalizePath
Function
normalizePath
test/unit/mcpServer_test.js:27–29 ·
view source on GitHub ↗
(p)
Source
from the content-addressed store, hash-verified
25
}
26
27
function
normalizePath(p) {
28
return
String(p).replace(/\\/g,
'/'
)
29
}
30
31
function
clearString(str) {
32
return
str.replace(/[^a-zA-Z0-9]/g,
'_'
)
Callers
1
mcpServer_test.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected