Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
function
trueEnough (value) {
157
return
(value === true) || (value ===
'true'
)
158
}
159
160
function
splitOnce (querySpec, token =
'='
) {
161
const
index = querySpec.indexOf(token)
Callers
1
jsonpath-util.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected