MCPcopy
hub / github.com/git-lfs/git-lfs / init

Function init

commands/command_ext.go:46–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func init() {
47 RegisterCommand("ext", extCommand, func(cmd *cobra.Command) {
48 cmd.AddCommand(NewCommand("list", extListCommand))
49 })
50}

Callers

nothing calls this directly

Calls 2

RegisterCommandFunction · 0.85
NewCommandFunction · 0.85

Tested by

no test coverage detected