Method
GetStrategyCommit
(ctx context.Context, commitId string)
Source from the content-addressed store, hash-verified
| 87 | } |
| 88 | |
| 89 | func (i *imlStrategyService) GetStrategyCommit(ctx context.Context, commitId string) (*commit.Commit[Commit], error) { |
| 90 | return i.commitService.Get(ctx, commitId) |
| 91 | } |
| 92 | |
| 93 | func (i *imlStrategyService) LatestStrategyCommit(ctx context.Context, scope string, target string, strategyId string) (*commit.Commit[Commit], error) { |
| 94 | key := scope |
Callers
nothing calls this directly
Tested by
no test coverage detected