Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ getString
Method
getString
ui/src/app/Query.js:53–55 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
51
}
52
53
getString(name) {
54
return
_.toString(_.head(this.getList(name)));
55
}
56
57
getInt(name, missing = 0) {
58
if
(!this.has(name)) {
Callers
15
getInt
Method · 0.95
getBool
Method · 0.95
hasQuery
Method · 0.95
getSort
Method · 0.95
getFacetType
Method · 0.95
folderDocumentsQuery
Function · 0.80
render
Method · 0.80
getDerivedStateFromProps
Method · 0.80
getDerivedStateFromProps
Method · 0.80
mapStateToProps
Function · 0.80
render
Method · 0.80
render
Method · 0.80
Calls
2
getList
Method · 0.95
toString
Method · 0.45
Tested by
no test coverage detected