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

Method ListLatestStrategyCommit

service/strategy/service.go:30–30  ·  view source on GitHub ↗
(ctx context.Context, scope string, target string, strategyIds ...string)

Source from the content-addressed store, hash-verified

28 GetStrategyCommit(ctx context.Context, commitId string) (*commit.Commit[Commit], error)
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

Callers 4

latestStrategyCommitsMethod · 0.65
ToPublishMethod · 0.65
SearchMethod · 0.65
initGatewayMethod · 0.65

Implementers 1

imlStrategyServiceservice/strategy/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected