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

Function parameterWithMeta

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

Source from the content-addressed store, hash-verified

37739 const u = `${a}.${i}`
37740 return s.getIn(['meta', 'paths', ...o, 'parameter_inclusions', u], !1)
37741 },
37742 parameterWithMeta = (s, o, i, a) => {
37743 const u = Ns(s)
37744 .getIn(['paths', ...o, 'parameters'], (0, ze.OrderedMap)())
37745 .find((s) => s.get('in') === a && s.get('name') === i, (0, ze.OrderedMap)())
37746 return parameterWithMetaByIdentity(s, o, u)
37747 },
37748 operationWithMeta = (s, o, i) => {
37749 const a = Ns(s).getIn(['paths', o, i], (0, ze.OrderedMap)()),

Callers

nothing calls this directly

Calls 4

getMethod · 0.65
NsFunction · 0.50
findMethod · 0.45

Tested by

no test coverage detected