MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / replaceBackSlashes

Function replaceBackSlashes

tools/mcconfig.js:47–50  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

45};
46
47function replaceBackSlashes(value) {
48 value = value.replace(/\\/g, "/");
49 return value;
50}
51
52class MakeFile extends MAKEFILE {
53 constructor(path) {

Callers 1

runMethod · 0.85

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected