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

Method password

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

Source from the content-addressed store, hash-verified

130 }
131
132 get password() {
133 return get(this.#password);
134 }
135
136 set password(value) {
137 super.password = value;

Callers

nothing calls this directly

Calls 2

getFunction · 0.90
setFunction · 0.90

Tested by

no test coverage detected