MCPcopy
hub / github.com/sveltejs/svelte / pathname

Method pathname

packages/svelte/src/reactivity/url.js:141–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139 }
140
141 get pathname() {
142 return get(this.#pathname);
143 }
144
145 set pathname(value) {
146 super.pathname = value;

Callers

nothing calls this directly

Calls 2

getFunction · 0.90
setFunction · 0.90

Tested by

no test coverage detected