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

Function responseFor

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

Source from the content-addressed store, hash-verified

37717 Zs = Ut(spec_selectors_state, (s) => s.get('responses', (0, ze.Map)())),
37718 eo = Ut(spec_selectors_state, (s) => s.get('requests', (0, ze.Map)())),
37719 to = Ut(spec_selectors_state, (s) => s.get('mutatedRequests', (0, ze.Map)())),
37720 responseFor = (s, o, i) => Zs(s).getIn([o, i], null),
37721 requestFor = (s, o, i) => eo(s).getIn([o, i], null),
37722 mutatedRequestFor = (s, o, i) => to(s).getIn([o, i], null),

Callers

nothing calls this directly

Calls 1

ZsFunction · 0.50

Tested by

no test coverage detected