MCPcopy Index your code
hub / github.com/MALSync/MALSync / domainSet

Method domainSet

src/pages-sync/syncPage.ts:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 }
103
104 private domainSet() {
105 this.page.domain = new URL(window.location.href).origin;
106 }
107
108 public openNextEp() {
109 if (typeof this.page.sync.nextEpUrl !== 'undefined') {

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected