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

Method current

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

Source from the content-addressed store, hash-verified

136 }
137
138 get current(): Current {
139 this.#sub();
140 return this.#get();
141 }
142}
143
144class WritableHandle<Current, Next = Current> extends ReactiveHandle<Current> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected