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

Function logsCommand

commands/command_logs.go:13–17  ·  view source on GitHub ↗
(cmd *cobra.Command, args []string)

Source from the content-addressed store, hash-verified

11)
12
13func logsCommand(cmd *cobra.Command, args []string) {
14 for _, path := range sortedLogs() {
15 Print(path)
16 }
17}
18
19func logsLastCommand(cmd *cobra.Command, args []string) {
20 logs := sortedLogs()

Callers

nothing calls this directly

Calls 2

sortedLogsFunction · 0.85
PrintFunction · 0.85

Tested by

no test coverage detected