Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustixir/darkbird
/ TmpLogStruct
Class
TmpLogStruct
src/darkbird/wal/disk_log.rs:6–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
5
6
struct TmpLogStruct {
7
path: String,
8
log: LogFile,
9
current_page_index: usize
10
}
11
12
13
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected