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

Method canonicalTaskStatus

internal/task/manager.go:2886–2893  ·  view source on GitHub ↗
(
	ctx context.Context,
	record Task,
	dependencies []Dependency,
	runs []Run,
)

Source from the content-addressed store, hash-verified

2884}
2885
2886func (m *Service) canonicalTaskStatus(
2887 ctx context.Context,
2888 record Task,
2889 dependencies []Dependency,
2890 runs []Run,
2891) (Status, error) {
2892 return m.canonicalTaskStatusWithStore(ctx, m.store, record, dependencies, runs)
2893}
2894
2895func (m *Service) canonicalTaskStatusWithStore(
2896 ctx context.Context,

Callers 7

UpdateTaskMethod · 0.95
loadTaskRuntimeStateMethod · 0.95
ensureTaskExecutableMethod · 0.95
taskReferenceMethod · 0.95
RunDetailMethod · 0.95
loadTaskLiveContextMethod · 0.95

Calls 1

Tested by

no test coverage detected