MCPcopy Create free account
hub / github.com/ThatGuySam/doesitarm / setFromStringArray

Method setFromStringArray

helpers/search/filters.js:63–69  ·  view source on GitHub ↗
( filterStringArray )

Source from the content-addressed store, hash-verified

61 }
62
63 setFromStringArray ( filterStringArray ) {
64 filterStringArray.forEach( filterString => {
65 const { key, value } = this.getFilterNameAndValueFromString( filterString )
66
67 this.filters[ key ] = value
68 })
69 }
70
71 setFromString ( filterNameOrQueryValue ) {
72 const {

Callers 1

filters.test.jsFile · 0.80

Calls 1

Tested by

no test coverage detected