Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eudicots/Cactus
/ signal
Function
signal
cactus/utils/ipc.py:5–13 ·
view source on GitHub ↗
(signal, data=None)
Source
from the content-addressed store, hash-verified
3
4
5
def
signal(signal, data=None):
6
if
data is None:
7
data = {}
8
9
if
not os.environ.get(
'DESKTOPAPP'
):
10
return
11
12
data[
"signal"
] = signal
13
logging.warning(
""
, data)
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected