MCPcopy Create free account
hub / github.com/Comfy-Org/registry-backend / GetGitcommit

Method GetGitcommit

drip/api.gen.go:699–699  ·  view source on GitHub ↗

Retrieve CI data for a given commit (GET /gitcommit)

(ctx echo.Context, params GetGitcommitParams)

Source from the content-addressed store, hash-verified

697 // Retrieve CI data for a given commit
698 // (GET /gitcommit)
699 GetGitcommit(ctx echo.Context, params GetGitcommitParams) error
700 // Retrieve a summary of git commits
701 // (GET /gitcommitsummary)
702 GetGitcommitsummary(ctx echo.Context, params GetGitcommitsummaryParams) error

Callers 3

TestCICDFunction · 0.65
GetGitcommitMethod · 0.65
GetGitcommitMethod · 0.65

Implementers 3

DripStrictServerImplementationserver/implementation/api.implementati
ServerInterfaceWrapperdrip/api.gen.go
strictHandlerdrip/api.gen.go

Calls

no outgoing calls

Tested by 1

TestCICDFunction · 0.52