MCPcopy Create free account
hub / github.com/conforma/cli / init

Function init

cmd/fetch/fetch.go:25–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23var FetchCmd *cobra.Command
24
25func init() {
26 FetchCmd = NewFetchCmd()
27 FetchCmd.AddCommand(fetchPolicyCmd())
28}
29
30func NewFetchCmd() *cobra.Command {
31 return &cobra.Command{

Callers

nothing calls this directly

Calls 2

NewFetchCmdFunction · 0.85
fetchPolicyCmdFunction · 0.85

Tested by

no test coverage detected