MCPcopy Create free account
hub / github.com/apache/storm / fail

Function fail

storm-multilang/python/src/main/resources/resources/storm.py:149–150  ·  view source on GitHub ↗
(tup)

Source from the content-addressed store, hash-verified

147
148
149def fail(tup):
150 sendMsgToParent({"command": "fail", "id": tup.id})
151
152
153def reportError(msg):

Callers 1

runMethod · 0.85

Calls 1

sendMsgToParentFunction · 0.85

Tested by

no test coverage detected