MCPcopy 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

getIntMethod · 0.95
getBoolMethod · 0.95
hasQueryMethod · 0.95
getSortMethod · 0.95
getFacetTypeMethod · 0.95
folderDocumentsQueryFunction · 0.80
renderMethod · 0.80
mapStateToPropsFunction · 0.80
renderMethod · 0.80
renderMethod · 0.80

Calls 2

getListMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected