Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
func
newParamsChecker(c *cli.Command) *paramsChecker {
31
return
¶msChecker{c: c}
32
}
33
34
func
(p *paramsChecker) lookupBranch() *string {
35
if
!p.c.IsSet(
"branch"
) {
Callers
1
CheckAndFillParams
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected