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

Function parametersIncludeIn

frontend/public/swagger-ui-bundle.js:37785–37787  ·  view source on GitHub ↗
(s, o = '')

Source from the content-addressed store, hash-verified

37783 )
37784 )
37785 }
37786 function parametersIncludeIn(s, o = '') {
37787 if (ze.List.isList(s)) return s.some((s) => ze.Map.isMap(s) && s.get('in') === o)
37788 }
37789 function parametersIncludeType(s, o = '') {
37790 if (ze.List.isList(s)) return s.some((s) => ze.Map.isMap(s) && s.get('type') === o)

Callers

nothing calls this directly

Calls 2

getMethod · 0.65
someMethod · 0.45

Tested by

no test coverage detected