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

Function getDecoratorsForClass

frontend/public/swagger-ui-bundle.js:45908–45911  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

45906 ? o[0]
45907 : o.reduce((s, o) => mergeDecorators(s, o))
45908 },
45909 getDecoratorsForClass = (s) => {
45910 let o = xd.get(s)
45911 return (o || ((o = {}), xd.set(s, o)), o)
45912 }
45913 function Mixin(...s) {
45914 var o, i, a

Callers 1

MixinFunction · 0.85

Calls 2

getMethod · 0.65
setMethod · 0.45

Tested by

no test coverage detected