Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ _delete
Method
_delete
st2common/tests/unit/test_db.py:1055–1060 ·
view source on GitHub ↗
(model_objects)
Source
from the content-addressed store, hash-verified
1053
1054
@staticmethod
1055
def
_delete(model_objects):
1056
global SKIP_DELETE
1057
if
SKIP_DELETE:
1058
return
1059
for
model_object in model_objects:
1060
model_object.delete()
Callers
nothing calls this directly
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected