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

Method url

out/cli.cjs:63780–63783  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63778 get readyState() {
63779 webidl.brandCheck(this, _WebSocket);
63780 return this[kReadyState];
63781 }
63782 get bufferedAmount() {
63783 webidl.brandCheck(this, _WebSocket);
63784 return this.#bufferedAmount;
63785 }
63786 get url() {

Callers

nothing calls this directly

Calls 1

URLSerializerFunction · 0.85

Tested by

no test coverage detected