MCPcopy
hub / github.com/perkeep/perkeep / Log

Method Log

pkg/test/test_test.go:32–34  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

30}
31
32func (l *tbLogger) Log(args ...interface{}) {
33 l.log = append(l.log, args[0].(string))
34}
35
36func TestTLog(t *testing.T) {
37 tb := new(tbLogger)

Callers 12

TestWalkPackFunction · 0.80
testEnumerateMethod · 0.80
WriteMethod · 0.80
KillRemoveMethod · 0.80
IndexFunction · 0.80
WriteMethod · 0.80
TestBasicAuthFunction · 0.80
TestCwdFunction · 0.80
savePngFunction · 0.80
TestFailedFunction · 0.80
WriteMethod · 0.80
WriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected