MCPcopy Create free account
hub / github.com/breck7/scroll / constructor

Method constructor

external/.tableSearch.js:76–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74
75class TableSearchApp {
76 constructor() {
77 this.processTableHeaders()
78 this.createDatatable()
79 this.bindToHashChange()
80 }
81
82 get windowHash() {
83 return window.location.hash.replace(/^#/, "")

Callers

nothing calls this directly

Calls 3

processTableHeadersMethod · 0.95
createDatatableMethod · 0.95
bindToHashChangeMethod · 0.95

Tested by

no test coverage detected