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

Method GetCommit

service/upstream/iml.go:74–76  ·  view source on GitHub ↗
(ctx context.Context, uuid string)

Source from the content-addressed store, hash-verified

72}
73
74func (i *imlUpstreamService) GetCommit(ctx context.Context, uuid string) (*commit.Commit[Config], error) {
75 return i.commitService.Get(ctx, uuid)
76}
77
78func (i *imlUpstreamService) LatestCommit(ctx context.Context, uid string, clusterId string) (*commit.Commit[Config], error) {
79

Callers

nothing calls this directly

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected