Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ set
Method
set
ui/src/app/Query.js:37–40 ·
view source on GitHub ↗
(name, value)
Source
from the content-addressed store, hash-verified
35
}
36
37
set(name, value) {
38
const
child = this.clone();
39
return
this.setPlain.call(child, name, value);
40
}
41
42
setString(name, value) {
43
return
this.set(name, _.toString(value));
Callers
15
setString
Method · 0.95
toggle
Method · 0.95
add
Method · 0.95
remove
Method · 0.95
clear
Method · 0.95
setFilter
Method · 0.95
sortBy
Method · 0.95
limit
Method · 0.95
offset
Method · 0.95
clearFacets
Method · 0.95
TableEditorBase
Class · 0.45
onVertexCreate
Method · 0.45
Calls
1
clone
Method · 0.95
Tested by
no test coverage detected