MCPcopy 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
31function escapeName(name) {
32 // Encode slashes as `encodeURIComponent('/')`
33 return name.replace(/\//g, '%2F');
34}
35
36let namePrefix = '';
37

Callers 2

visualSuiteFunction · 0.85
visualTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected