Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marimo-team/marimo
/ sub
Method
sub
frontend/src/core/state/observable.ts:7–7 ·
view source on GitHub ↗
(callback: (value: T) => void)
Source
from the content-addressed store, hash-verified
5
export
interface
Observable<T> {
6
get(): T;
7
sub(callback: (value: T) => void): () => void;
8
}
9
10
/**
Callers
15
constructor
Method · 0.80
waitFor
Function · 0.80
useJotaiEffect
Function · 0.80
createObservable
Function · 0.80
constructor
Method · 0.80
destroy
Method · 0.80
destroy
Method · 0.80
dynamicReadonly
Function · 0.80
constructor
Method · 0.80
initializeIslands
Function · 0.80
ConnectedDataExplorerComponent
Function · 0.80
contextual_defs
Method · 0.80
Calls
no outgoing calls
Tested by
15
pytest_runtest_logreport
Method · 0.64
test_convert_ipynb
Method · 0.64
test_convert_markdown
Method · 0.64
test_convert_with_output
Method · 0.64
test_convert_remote_ipynb
Method · 0.64
test_convert_remote_markdown
Method · 0.64
test_convert_non_marimo_python_script
Method · 0.64
test_convert_python_script_no_main
Method · 0.64
test_generate_from_sources
Function · 0.64
test_generate_from_sources_with_cell_configs
Function · 0.64
test_ipynb_to_marimo_snapshots
Function · 0.64
_normalize
Function · 0.64