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

Method ListCommit

service/upstream/service.go:20–20  ·  view source on GitHub ↗
(ctx context.Context, uuid ...string)

Source from the content-addressed store, hash-verified

18 SaveCommit(ctx context.Context, uid string, partition string, cfg *Config) error
19 GetCommit(ctx context.Context, uuid string) (*commit.Commit[Config], error)
20 ListCommit(ctx context.Context, uuid ...string) ([]*commit.Commit[Config], error)
21}
22
23func init() {

Callers 2

getReleaseInfoMethod · 0.65
getProjectReleaseMethod · 0.65

Implementers 1

imlUpstreamServiceservice/upstream/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected