Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/envbuilder
/ fakeLog
Function
fakeLog
internal/ebutil/remount_internal_test.go:656–661 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
654
}
655
656
func
fakeLog(t *testing.T)
func
(log.Level, string, ...any) {
657
t.Helper()
658
return
func
(_ log.Level, s string, a ...any) {
659
t.Logf(s, a...)
660
}
661
}
662
663
type
fakeFileInfo
struct
{
664
name string
Callers
1
Test_tempRemount
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected