Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
32
func
(l *tbLogger) Log(args ...
interface
{}) {
33
l.log = append(l.log, args[0].(string))
34
}
35
36
func
TestTLog(t *testing.T) {
37
tb := new(tbLogger)
Callers
12
TestWalkPack
Function · 0.80
testEnumerate
Method · 0.80
Write
Method · 0.80
KillRemove
Method · 0.80
Index
Function · 0.80
Write
Method · 0.80
TestBasicAuth
Function · 0.80
TestCwd
Function · 0.80
savePng
Function · 0.80
TestFailed
Function · 0.80
Write
Method · 0.80
Write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected