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

Method Log

tasklog/simple_task.go:30–32  ·  view source on GitHub ↗

Log logs a string with no formatting verbs.

(str string)

Source from the content-addressed store, hash-verified

28
29// Log logs a string with no formatting verbs.
30func (s *SimpleTask) Log(str string) {
31 s.Logf("%s", str)
32}
33
34// Logf logs some formatted string, which is interpreted according to the rules
35// defined in package "fmt".

Callers 15

TestCloneFileByPathFunction · 0.80
TestQuotedFieldsFunction · 0.80
logFunction · 0.80
logVerboseOutputFunction · 0.80
pruneTaskDisplayProgressFunction · 0.80
pointersToFetchForRefsFunction · 0.80
scanAllFunction · 0.80
debugFunction · 0.80
TestGetCredsFunction · 0.80
TestStatsWithKeyFunction · 0.80
TestStatsWithoutKeyFunction · 0.80

Calls 1

LogfMethod · 0.95

Tested by 10

TestCloneFileByPathFunction · 0.64
TestQuotedFieldsFunction · 0.64
debugFunction · 0.64
TestGetCredsFunction · 0.64
TestStatsWithKeyFunction · 0.64
TestStatsWithoutKeyFunction · 0.64
TestVerboseEnabledFunction · 0.64