MCPcopy 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

folderDocumentsQueryFunction · 0.80
mapStateToPropsFunction · 0.80

Calls 2

setMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected