MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / ListStrategyCommit

Method ListStrategyCommit

service/strategy/service.go:31–31  ·  view source on GitHub ↗
(ctx context.Context, commitIds ...string)

Source from the content-addressed store, hash-verified

29 LatestStrategyCommit(ctx context.Context, scope string, target string, strategyId string) (*commit.Commit[Commit], error)
30 ListLatestStrategyCommit(ctx context.Context, scope string, target string, strategyIds ...string) ([]*commit.Commit[Commit], error)
31 ListStrategyCommit(ctx context.Context, commitIds ...string) ([]*commit.Commit[Commit], error)
32}
33
34func init() {

Callers 2

getReleaseInfoMethod · 0.65
getProjectReleaseMethod · 0.65

Implementers 1

imlStrategyServiceservice/strategy/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected