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

Method loadSortZoneModule

src/dashboard/Container.mjs:145–147  ·  view source on GitHub ↗

* @returns {Promise }

()

Source from the content-addressed store, hash-verified

143 * @returns {Promise<any>}
144 */
145 loadSortZoneModule() {
146 return import('../draggable/dashboard/SortZone.mjs')
147 }
148
149 /**
150 * @param {Object} data

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected