Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ _is_valid_pack
Function
_is_valid_pack
st2common/st2common/validators/api/action.py:79–80 ·
view source on GitHub ↗
(pack)
Source
from the content-addressed store, hash-verified
77
78
79
def
_is_valid_pack(pack):
80
return
check_pack_content_directory_exists(pack=pack, content_type=
"actions"
)
81
82
83
def
_validate_parameters(action_ref, action_params=None, runner_params=None):
Callers
1
validate_action
Function · 0.85
Calls
1
check_pack_content_directory_exists
Function · 0.90
Tested by
no test coverage detected