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

Method ListRequestCommit

service/api/service.go:35–35  ·  view source on GitHub ↗
(ctx context.Context, commitId ...string)

Source from the content-addressed store, hash-verified

33 ListLatestCommitRequest(ctx context.Context, aid ...string) ([]*commit.Commit[Request], error)
34 GetRequestCommit(ctx context.Context, commitId string) (*commit.Commit[Request], error)
35 ListRequestCommit(ctx context.Context, commitId ...string) ([]*commit.Commit[Request], error)
36 SaveRequest(ctx context.Context, aid string, data *Request) error
37 LatestRequest(ctx context.Context, aid string) (*commit.Commit[Request], error)
38

Callers 1

getReleaseInfoMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected