Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/p5.js
/ escapeName
Function
escapeName
test/unit/visual/visualTest.js:31–34 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
29
}
30
31
function
escapeName(name) {
32
// Encode slashes as `encodeURIComponent('/')`
33
return
name.replace(/\
//g, '%2F');
34
}
35
36
let
namePrefix =
''
;
37
Callers
2
visualSuite
Function · 0.85
visualTest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected