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

Method ListDocCommit

service/api-doc/iml.go:41–43  ·  view source on GitHub ↗
(ctx context.Context, commitIds ...string)

Source from the content-addressed store, hash-verified

39}
40
41func (i *imlAPIDocService) ListDocCommit(ctx context.Context, commitIds ...string) ([]*commit.Commit[DocCommit], error) {
42 return i.commitService.List(ctx, commitIds...)
43}
44
45func (i *imlAPIDocService) ListLatestDocCommit(ctx context.Context, serviceIds ...string) ([]*commit.Commit[DocCommit], error) {
46 return i.commitService.ListLatest(ctx, serviceIds...)

Callers

nothing calls this directly

Calls 1

ListMethod · 0.65

Tested by

no test coverage detected