Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ get_by_ref
Function
get_by_ref
st2client/tests/unit/test_workflow.py:54–55 ·
view source on GitHub ↗
(**kwargs)
Source
from the content-addressed store, hash-verified
52
53
54
def
get_by_ref(**kwargs):
55
return
models.Action(**MOCK_ACTION)
56
57
58
class
WorkflowCommandTestCase(st2cli_tests.BaseCLITestCase):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected