MCPcopy Create free account
hub / github.com/Scalingo/cli / newParamsChecker

Function newParamsChecker

integrationlink/params.go:30–32  ·  view source on GitHub ↗
(c *cli.Command)

Source from the content-addressed store, hash-verified

28}
29
30func newParamsChecker(c *cli.Command) *paramsChecker {
31 return &paramsChecker{c: c}
32}
33
34func (p *paramsChecker) lookupBranch() *string {
35 if !p.c.IsSet("branch") {

Callers 1

CheckAndFillParamsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected