MCPcopy Index your code
hub / github.com/dataease/SQLBot / transformers_from

Function transformers_from

frontend/public/swagger-ui-bundle.js:52664–52670  ·  view source on GitHub ↗
(s, o = Ep)

Source from the content-addressed store, hash-verified

52662 }
52663 }
52664 },
52665 transformers_from = (s, o = Ep) => {
52666 if (Jc(s))
52667 try {
52668 return o.fromRefract(JSON.parse(s))
52669 } catch {}
52670 return fu(s) && Yu('element', s) ? o.fromRefract(s) : o.toElement(s)
52671 }
52672 const qw = class JSONParser extends Pw {
52673 constructor(s = {}) {

Callers 2

parseMethod · 0.85
parseMethod · 0.85

Calls 6

JcFunction · 0.85
fuFunction · 0.85
fromRefractMethod · 0.80
toElementMethod · 0.80
YuFunction · 0.50
parseMethod · 0.45

Tested by

no test coverage detected