MCPcopy Create free account
hub / github.com/ThatGuySam/doesitarm / pageUrl

Method pageUrl

helpers/config-node.js:271–277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269 }
270
271 get pageUrl () {
272 const urlInstance = new URL( this.domain )
273
274 urlInstance.pathname = this.pathname
275
276 return urlInstance
277 }
278
279 get pageUrlString () {
280 return this.pageUrl.toString()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected