MCPcopy
hub / github.com/di-sukharev/opencommit / sort

Method sort

out/cli.cjs:5201–5207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5199 return utils.tryWrapperForImpl(esValue[implSymbol].set(...args));
5200 }
5201 sort() {
5202 const esValue = this !== null && this !== void 0 ? this : globalObject;
5203 if (!exports2.is(esValue)) {
5204 throw new globalObject.TypeError("'sort' called on an object that is not a valid instance of URLSearchParams.");
5205 }
5206 return utils.tryWrapperForImpl(esValue[implSymbol].sort());
5207 }
5208 toString() {
5209 const esValue = this !== null && this !== void 0 ? this : globalObject;
5210 if (!exports2.is(esValue)) {

Callers 15

sortMethod · 0.45
getHeaders2Function · 0.45
state2Function · 0.45
stringify2Function · 0.45
safeUrlFunction · 0.45
[kHeadersSortedMap]Method · 0.45
wDFunction · 0.45
D2Function · 0.45
printAllConfigHelpFunction · 0.45
getStagedFilesFunction · 0.45
getChangedFilesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected