MCPcopy 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
79def _is_valid_pack(pack):
80 return check_pack_content_directory_exists(pack=pack, content_type="actions")
81
82
83def _validate_parameters(action_ref, action_params=None, runner_params=None):

Callers 1

validate_actionFunction · 0.85

Tested by

no test coverage detected