MCPcopy Create free account
hub / github.com/StackStorm/st2 / is_required

Function is_required

st2common/st2common/models/utils/action_param_utils.py:78–79  ·  view source on GitHub ↗
(param_meta)

Source from the content-addressed store, hash-verified

76 return merged_params
77
78 def is_required(param_meta):
79 return param_meta.get("required", False)
80
81 def is_immutable(param_meta):
82 return param_meta.get("immutable", False)

Callers 1

get_params_viewFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected