MCPcopy Create free account
hub / github.com/alignoth/alignoth / M

Function M

resources/vega-lite.min.js:174–176  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

172 return e.replace(/(\[|\]|\.|'|")/g, "\\$1");
173 }
174 function M(e) {
175 return `${t.splitAccessPath(e).map(E).join("\\.")}`;
176 }
177 function R(e, t, n) {
178 return e.replace(
179 new RegExp(t.replace(/[-/\\^$*+?.()|[\]{}]/g, "\\$&"), "g"),

Callers 8

maFunction · 0.70
assembleMethod · 0.70
BcFunction · 0.70
vega-lite.min.jsFile · 0.70
dfFunction · 0.70
assembleMethod · 0.70
assembleMethod · 0.70
dmFunction · 0.70

Calls 1

mapMethod · 0.45

Tested by

no test coverage detected