MCPcopy
hub / github.com/webpack/webpack / _buttonSortPosition

Function _buttonSortPosition

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

Source from the content-addressed store, hash-verified

356 );
357}
358function _buttonSortPosition(callback) {
359 return new UiButton(
360 TC.automaticSort,
361 buttons.CLASSNAME.sortPosition,
362 callback,
363 "btn-img-sortPos"
364 );
365}
366function _buttonSortManual(callback) {
367 return new UiButton(
368 TC.manualSort,

Callers 1

_createToolbarTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected