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

Method ListLatestDocCommit

service/service-doc/iml.go:27–29  ·  view source on GitHub ↗
(ctx context.Context, serviceIds ...string)

Source from the content-addressed store, hash-verified

25}
26
27func (i *imlDocService) ListLatestDocCommit(ctx context.Context, serviceIds ...string) ([]*commit.Commit[DocCommit], error) {
28 return i.commitService.ListLatest(ctx, serviceIds...)
29}
30
31func (i *imlDocService) ListDocCommit(ctx context.Context, commitIds ...string) ([]*commit.Commit[DocCommit], error) {
32 return i.commitService.List(ctx, commitIds...)

Callers

nothing calls this directly

Calls 1

ListLatestMethod · 0.65

Tested by

no test coverage detected