MCPcopy 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
27function normalizePath(p) {
28 return String(p).replace(/\\/g, '/')
29}
30
31function clearString(str) {
32 return str.replace(/[^a-zA-Z0-9]/g, '_')

Callers 1

mcpServer_test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected