MCPcopy 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
92func newWorkflowRunStore() *workflowRunStore {
93 return &workflowRunStore{
94 runs: make(map[string]*WorkflowRunRecord),
95 }
96}
97
98func (s *workflowRunStore) Save(rec *WorkflowRunRecord) {
99 if rec == nil {

Callers 1

NewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected