Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ setString
Method
setString
ui/src/app/Query.js:42–44 ·
view source on GitHub ↗
(name, value)
Source
from the content-addressed store, hash-verified
40
}
41
42
setString(name, value) {
43
return
this.set(name, _.toString(value));
44
}
45
46
getList(name) {
47
const
fieldName = this.queryName + _.toString(name);
Callers
2
folderDocumentsQuery
Function · 0.80
mapStateToProps
Function · 0.80
Calls
2
set
Method · 0.95
toString
Method · 0.45
Tested by
no test coverage detected