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

Function init

cmd/track/track.go:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25var TrackCmd *cobra.Command
26
27func init() {
28 TrackCmd = NewTrackCmd()
29 TrackCmd.AddCommand(trackBundleCmd(tracker.Track, tracker.PullImage, tracker.PushImage))
30}
31
32func NewTrackCmd() *cobra.Command {
33 return &cobra.Command{

Callers

nothing calls this directly

Calls 2

NewTrackCmdFunction · 0.85
trackBundleCmdFunction · 0.85

Tested by

no test coverage detected