MCPcopy
hub / github.com/webpack/webpack / onSortPosition

Function onSortPosition

test/configCases/inner-graph/issue-11678/module.js:163–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161 }
162}
163async function onSortPosition() {
164 await getSortDialog();
165}
166async function onSortManual() {
167 const isManualSort = _tableObject.isSortColumnAvailable();
168 const { canBeModified = true } = _positionSettings.parent.settings;

Callers

nothing calls this directly

Calls 1

getSortDialogFunction · 0.85

Tested by

no test coverage detected