Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/storm
/ ack
Function
ack
storm-multilang/python/src/main/resources/resources/storm.py:145–146 ·
view source on GitHub ↗
(tup)
Source
from the content-addressed store, hash-verified
143
144
145
def
ack(tup):
146
sendMsgToParent({
"command"
:
"ack"
,
"id"
: tup.id})
147
148
149
def
fail(tup):
Callers
1
run
Method · 0.85
Calls
1
sendMsgToParent
Function · 0.85
Tested by
no test coverage detected