Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ get
Function
get
packages/svelte/src/store/shared/index.js:204–209 · packages/svelte/src/store/shared/index.js::get
(store)
Source
from the content-addressed store, hash-verified
202
* @returns {T}
203
*/
204
export
function
get(store) {
205
let
value;
206
subscribe_to_store(store, (_) => (value = _))();
207
class
="cm">// @ts-expect-error
208
return
value;
209
}
Callers
15
createSubscriber
Function · 0.90
hash
Method · 0.90
host
Method · 0.90
hostname
Method · 0.90
href
Method · 0.90
password
Method · 0.90
pathname
Method · 0.90
port
Method · 0.90
protocol
Method · 0.90
search
Method · 0.90
username
Method · 0.90
origin
Method · 0.90
Calls
1
subscribe_to_store
Function · 0.90
Tested by
no test coverage detected