Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bugy/script-server
/ map
Method
map
src/react/observable.py:74–75 ·
view source on GitHub ↗
(self, map_function)
Source
from the content-addressed store, hash-verified
72
return
_TimeBufferedPipe(self, period_millis, aggregate_function)
73
74
def
map(self, map_function):
75
return
_MappedPipe(self, map_function)
76
77
def
replay(self):
78
return
_ReplayPipe(self)
Callers
15
test_map_single_update
Method · 0.80
test_map_multiple_updates
Method · 0.80
test_map_multiple_observers_single_update
Method · 0.80
test_map_multiple_updates_late_subscription
Method · 0.80
test_pipe_replay_map_multiple_updates_late_subscription
Method · 0.80
test_map_close
Method · 0.80
test_map_close_only_subscription
Method · 0.80
test_map_close_late_subscription
Method · 0.80
test_map_wait_close
Method · 0.80
test_prohibit_piped_modifications
Method · 0.80
test_map_read_until_closed
Method · 0.80
start
Method · 0.80
Calls
1
_MappedPipe
Class · 0.85
Tested by
11
test_map_single_update
Method · 0.64
test_map_multiple_updates
Method · 0.64
test_map_multiple_observers_single_update
Method · 0.64
test_map_multiple_updates_late_subscription
Method · 0.64
test_pipe_replay_map_multiple_updates_late_subscription
Method · 0.64
test_map_close
Method · 0.64
test_map_close_only_subscription
Method · 0.64
test_map_close_late_subscription
Method · 0.64
test_map_wait_close
Method · 0.64
test_prohibit_piped_modifications
Method · 0.64
test_map_read_until_closed
Method · 0.64