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

Method username

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

Source from the content-addressed store, hash-verified

176 }
177
178 get username() {
179 return get(this.#username);
180 }
181
182 set username(value) {
183 super.username = value;

Callers

nothing calls this directly

Calls 2

getFunction · 0.90
setFunction · 0.90

Tested by

no test coverage detected