Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ newWorkflowRunStore
Function
newWorkflowRunStore
pkg/server/workflow_demo.go:92–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
func
newWorkflowRunStore() *workflowRunStore {
93
return
&workflowRunStore{
94
runs: make(
map
[string]*WorkflowRunRecord),
95
}
96
}
97
98
func
(s *workflowRunStore) Save(rec *WorkflowRunRecord) {
99
if
rec == nil {
Callers
1
New
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected