Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheMariday/marimapper
/ stop
Method
stop
marimapper/visualize_process.py:41–42 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
39
return
self._input_queue
40
41
def
stop(self):
42
self._exit_event.set()
43
44
def
run(self):
45
logger.debug(
"Renderer3D process starting"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected