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

Method ListLatestDocCommit

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

Source from the content-addressed store, hash-verified

43}
44
45func (i *imlAPIDocService) ListLatestDocCommit(ctx context.Context, serviceIds ...string) ([]*commit.Commit[DocCommit], error) {
46 return i.commitService.ListLatest(ctx, serviceIds...)
47}
48
49func (i *imlAPIDocService) LatestAPICountByServices(ctx context.Context, serviceIds ...string) (map[string]int64, error) {
50 list, err := i.commitService.ListLatest(ctx, serviceIds...)

Callers

nothing calls this directly

Calls 1

ListLatestMethod · 0.65

Tested by

no test coverage detected