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

Method Completeness

service/release/service.go:28–28  ·  view source on GitHub ↗
(partitions []string, apis []string, requestCommits []*commit.Commit[api.Request], proxyCommits []*commit.Commit[api.Proxy], upstreamCommits []*commit.Commit[upstream.Config])

Source from the content-addressed store, hash-verified

26 //GetRunningApiDocCommits(ctx context.Context, serviceIds ...string) ([]string, error)
27 GetRunningApiProxyCommit(ctx context.Context, service string, apiUUID string) (string, error)
28 Completeness(partitions []string, apis []string, requestCommits []*commit.Commit[api.Request], proxyCommits []*commit.Commit[api.Proxy], upstreamCommits []*commit.Commit[upstream.Config]) bool
29
30 // GetRunning gets the running release with the given service.
31 //

Callers 1

CreateMethod · 0.65

Implementers 1

imlReleaseServiceservice/release/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected