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

Function P

resources/vega-lite.min.js:146–150  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

144 : t(e);
145 }
146 function P(e, t) {
147 if (0 === t.length) return !0;
148 const n = t.shift();
149 return (n in e && P(e[n], t) && delete e[n], S(e));
150 }
151 function N(e) {
152 return e.charAt(0).toUpperCase() + e.substr(1);
153 }

Callers 2

lsFunction · 0.70
udFunction · 0.70

Calls 2

SFunction · 0.70
esFunction · 0.70

Tested by

no test coverage detected