Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_view
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected