Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ get_all
Method
get_all
st2api/st2api/controllers/v1/action_views.py:224–225 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
222
supported_filters = {}
223
224
def
get_all(self):
225
return
abort(404)
226
227
def
get_one(self, ref_or_id, requester_user):
228
""
"
Callers
nothing calls this directly
Calls
1
abort
Function · 0.90
Tested by
no test coverage detected