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

Function mergePropertyAndMethodDecorators

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

Source from the content-addressed store, hash-verified

45850 ])
45851 return _
45852 },
45853 mergePropertyAndMethodDecorators = (s, o) => {
45854 var i, a, u, _
45855 return {
45856 property: mergeObjectsOfDecorators(
45857 null !== (i = null == s ? void 0 : s.property) && void 0 !== i ? i : {},
45858 null !== (a = null == o ? void 0 : o.property) && void 0 !== a ? a : {}
45859 ),
45860 method: mergeObjectsOfDecorators(
45861 null !== (u = null == s ? void 0 : s.method) && void 0 !== u ? u : {},
45862 null !== (_ = null == o ? void 0 : o.method) && void 0 !== _ ? _ : {}
45863 ),
45864 }
45865 },
45866 mergeDecorators = (s, o) => {
45867 var i, a, u, _, w, x

Callers 1

mergeDecoratorsFunction · 0.85

Calls 1

mergeObjectsOfDecoratorsFunction · 0.85

Tested by

no test coverage detected