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

Method ListLatestCommitRequest

service/api/iml.go:80–82  ·  view source on GitHub ↗
(ctx context.Context, aid ...string)

Source from the content-addressed store, hash-verified

78}
79
80func (i *imlAPIService) ListLatestCommitRequest(ctx context.Context, aid ...string) ([]*commit.Commit[Request], error) {
81 return i.requestCommitService.ListLatest(ctx, aid...)
82}
83
84func (i *imlAPIService) LatestRequest(ctx context.Context, aid string) (*commit.Commit[Request], error) {
85 return i.requestCommitService.Latest(ctx, aid)

Callers

nothing calls this directly

Calls 1

ListLatestMethod · 0.65

Tested by

no test coverage detected