MCPcopy Create free account
hub / github.com/Rustixir/darkbird / filename_factory

Function filename_factory

src/darkbird/wal/page_processor.rs:310–312  ·  view source on GitHub ↗
(source_path: &str, page_pointer: usize)

Source from the content-addressed store, hash-verified

308
309#[inline]
310fn filename_factory(source_path: &str, page_pointer: usize) -> String {
311 format!("{}/page-{}.LOG", &source_path, page_pointer)
312}

Callers 1

internal_startMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected