Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ reify
Function
reify
frontend/public/swagger-ui-bundle.js:3630–3632 ·
view source on GitHub ↗
(s, o)
Source
from the content-addressed store, hash-verified
3628
)
3629
}
3630
function
reify(s, o) {
3631
return
isSeq(s) ? o : s.constructor(o)
3632
}
3633
function
validateEntry(s) {
3634
if
(s !== Object(s)) throw
new
TypeError(
'Expected [K, V] tuple: '
+ s)
3635
}
Callers
2
groupByFactory
Function · 0.85
swagger-ui-bundle.js
File · 0.85
Calls
2
isSeq
Function · 0.85
constructor
Method · 0.45
Tested by
no test coverage detected