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

Method toString

out/cli.cjs:5208–5216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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)) {
5211 throw new globalObject.TypeError(
5212 "'toString' called on an object that is not a valid instance of URLSearchParams."
5213 );
5214 }
5215 return esValue[implSymbol].toString();
5216 }
5217 keys() {
5218 if (!exports2.is(this)) {
5219 throw new globalObject.TypeError("'keys' called on an object that is not a valid instance of URLSearchParams.");

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected