MCPcopy Create free account
hub / github.com/neomjs/neo / loadSortZoneModule

Method loadSortZoneModule

src/tab/header/Toolbar.mjs:33–35  ·  view source on GitHub ↗

* @returns {Promise }

()

Source from the content-addressed store, hash-verified

31 * @returns {Promise<any>}
32 */
33 loadSortZoneModule() {
34 return import('../../draggable/tab/header/toolbar/SortZone.mjs')
35 }
36
37 /**
38 * Triggered after the useActiveTabIndicator config got changed

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected