MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / NewCASBackendList

Function NewCASBackendList

app/cli/pkg/action/casbackend_list.go:58–60  ·  view source on GitHub ↗
(cfg *ActionsOpts)

Source from the content-addressed store, hash-verified

56)
57
58func NewCASBackendList(cfg *ActionsOpts) *CASBackendList {
59 return &CASBackendList{cfg}
60}
61
62func (action *CASBackendList) Run() ([]*CASBackendItem, error) {
63 client := pb.NewCASBackendServiceClient(action.cfg.CPConnection)

Callers 3

newCASBackendListCmdFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected