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

Method ListProxyCommit

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

Source from the content-addressed store, hash-verified

252}
253
254func (i *imlAPIService) ListProxyCommit(ctx context.Context, commitId ...string) ([]*commit.Commit[Proxy], error) {
255 return i.proxyCommitService.List(ctx, commitId...)
256}
257
258func (i *imlAPIService) CountByService(ctx context.Context, service string) (int64, error) {
259 return i.store.CountWhere(ctx, map[string]interface{}{

Callers

nothing calls this directly

Calls 1

ListMethod · 0.65

Tested by

no test coverage detected