MCPcopy Create free account
hub / github.com/MALSync/MALSync / generateLocalUrl

Method generateLocalUrl

src/pages-sync/syncPage.ts:563–567  ·  view source on GitHub ↗
(page, state)

Source from the content-addressed store, hash-verified

561 }
562
563 public generateLocalUrl(page, state) {
564 return `local://${page.name}/${page.type}/${state.identifier}/${encodeURIComponent(
565 state.title,
566 )}`;
567 }
568
569 // eslint-disable-next-line consistent-return
570 public openCorrectionUi() {

Callers 1

handlePageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected