Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
46
func
init() {
47
RegisterCommand(
"ext"
, extCommand,
func
(cmd *cobra.Command) {
48
cmd.AddCommand(NewCommand(
"list"
, extListCommand))
49
})
50
}
Callers
nothing calls this directly
Calls
2
RegisterCommand
Function · 0.85
NewCommand
Function · 0.85
Tested by
no test coverage detected