MCPcopy Create free account
hub / github.com/tinyplex/tinybase / current

Method current

src/ui-svelte/functions.svelte.ts:156–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154 }
155
156 get current(): Current {
157 return super.current;
158 }
159
160 set current(value: Next) {
161 this.#set(value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected