MCPcopy Create free account
hub / github.com/dataease/SQLBot / applyPropAndMethodDecorators

Function applyPropAndMethodDecorators

frontend/public/swagger-ui-bundle.js:45968–45973  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

45966 var j, L
45967 return ((j = C), (L = s), wd.set(j, L), C)
45968 }
45969 const applyPropAndMethodDecorators = (s, o) => {
45970 const i = s.property,
45971 a = s.method
45972 if (i) for (let s in i) for (let a of i[s]) a(o, s)
45973 if (a) for (let s in a) for (let i of a[s]) i(o, s, Object.getOwnPropertyDescriptor(o, s))
45974 }
45975 const kd = _curry1(function allPass(s) {
45976 return $a(Aa(Ec, 0, Oc('length', s)), function () {

Callers 1

MixinFunction · 0.85

Calls 2

aFunction · 0.70
iFunction · 0.70

Tested by

no test coverage detected