MCPcopy Create free account
hub / github.com/cryptii/cryptii / clearFilter

Method clearFilter

src/View/Modal/Library.js:23–27  ·  view source on GitHub ↗

* Resets filters offering all bricks available in the library. * @return {LibraryModalView} Fluent interface

()

Source from the content-addressed store, hash-verified

21 * @return {LibraryModalView} Fluent interface
22 */
23 clearFilter () {
24 this._filteredLibrary = this._library
25 this.refresh()
26 return this
27 }
28
29 /**
30 * Applies the given filter callback on the brick library array.

Callers 1

viewAddButtonDidClickMethod · 0.80

Calls 1

refreshMethod · 0.80

Tested by

no test coverage detected