Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yusing/godoxy
/ mockFile
Struct
mockFile
internal/logging/accesslog/mock_file_test.go:13–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
)
12
13
type
mockFile
struct
{
14
name string
15
data []byte
16
pos int64
17
}
18
19
var
_ File = (*mockFile)(nil)
20
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected