Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dataease/SQLBot
/ isSchemaElementWith$id
Function
isSchemaElementWith$id
frontend/public/swagger-ui-bundle.js:52927–52927 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
52925
uri_evaluate = (s, o) => {
52926
const
{ cache: i } = uri_evaluate,
52927
a = stripHash(s),
52928
isSchemaElementWith$id = (s) => uE(s) && void 0 !== s.$id
52929
if
(!i.has(o)) {
52930
const
s = traversal_filter(isSchemaElementWith$id, o)
Callers
nothing calls this directly
Calls
1
uE
Function · 0.85
Tested by
no test coverage detected