MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / ListRequestCommit

Method ListRequestCommit

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

Source from the content-addressed store, hash-verified

90}
91
92func (i *imlAPIService) ListRequestCommit(ctx context.Context, commitId ...string) ([]*commit.Commit[Request], error) {
93 return i.requestCommitService.List(ctx, commitId...)
94}
95
96func (i *imlAPIService) SaveRequest(ctx context.Context, aid string, data *Request) error {
97 return i.requestCommitService.Save(ctx, aid, data)

Callers

nothing calls this directly

Calls 1

ListMethod · 0.65

Tested by

no test coverage detected