MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / ListLatestCommitProxy

Method ListLatestCommitProxy

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

Source from the content-addressed store, hash-verified

25 ListInfoForServices(ctx context.Context, serviceIds ...string) ([]*Info, error)
26
27 ListLatestCommitProxy(ctx context.Context, aid ...string) ([]*commit.Commit[Proxy], error)
28 LatestProxy(ctx context.Context, aid string) (*commit.Commit[Proxy], error)
29 GetProxyCommit(ctx context.Context, commitId string) (*commit.Commit[Proxy], error)
30 ListProxyCommit(ctx context.Context, commitId ...string) ([]*commit.Commit[Proxy], error)

Callers 3

CreateMethod · 0.65
ExportAllMethod · 0.65
DiffForLatestMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected