MCPcopy Create free account
hub / github.com/apache/camel-website / trueEnough

Function trueEnough

util/jsonpath-util.js:156–158  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

154}
155
156function trueEnough (value) {
157 return (value === true) || (value === 'true')
158}
159
160function splitOnce (querySpec, token = '=') {
161 const index = querySpec.indexOf(token)

Callers 1

jsonpath-util.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected