MCPcopy
hub / github.com/gitroomhq/postiz-app / l

Function l

apps/frontend/public/f.js:159–169  ·  view source on GitHub ↗
(a, b, c)

Source from the content-addressed store, hash-verified

157 : (a.__proto__ = b));
158 }
159 function l(a, b, c) {
160 b in a
161 ? Object.defineProperty(a, b, {
162 value: c,
163 enumerable: !0,
164 configurable: !0,
165 writable: !0,
166 })
167 : (a[b] = c);
168 return a;
169 }
170 function m(a) {
171 if (Array.isArray(a)) {
172 for (var b = 0, c = Array(a.length); b < a.length; b++) c[b] = a[b];

Callers 12

oFunction · 0.85
sFunction · 0.85
uFunction · 0.85
aFunction · 0.85
qFunction · 0.85
pFunction · 0.85
mFunction · 0.85
xFunction · 0.85
zFunction · 0.85
f.jsFile · 0.85
rFunction · 0.85
LFunction · 0.85

Calls 1

cFunction · 0.85

Tested by

no test coverage detected