MCPcopy Create free account
hub / github.com/compozy/agh / taskRoleRuntimeStore

Struct taskRoleRuntimeStore

internal/daemon/task_role_runtime_test.go:529–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527}
528
529type taskRoleRuntimeStore struct {
530 mu sync.Mutex
531 tasks map[string]taskpkg.Task
532 runs map[string]taskpkg.Run
533 profiles map[string]taskpkg.ExecutionProfile
534}
535
536func newTaskRoleRuntimeStore(records ...any) *taskRoleRuntimeStore {
537 store := &taskRoleRuntimeStore{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected