Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ get
Method
get
frontend/public/swagger-ui-bundle.js:847–849 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
845
return
'array'
846
}
847
get(s) {
848
return
this.content[s]
849
}
850
getValue(s) {
851
const
o = this.get(s)
852
if
(o)
return
o.toValue()
Callers
1
getValue
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected