MCPcopy Create free account
hub / github.com/acking-you/static_flow / local_table_access_lock_path

Function local_table_access_lock_path

crates/store/src/optimize.rs:464–466  ·  view source on GitHub ↗
(db_uri: &str, table: &str)

Source from the content-addressed store, hash-verified

462}
463
464pub fn local_table_access_lock_path(db_uri: &str, table: &str) -> PathBuf {
465 local_table_lock_path(db_uri, table, "access")
466}
467
468pub fn local_table_rewrite_lock_path(db_uri: &str, table: &str) -> PathBuf {
469 local_table_lock_path(db_uri, table, "rewrite")

Callers 6

append_usage_eventsMethod · 0.85
optimize_tableFunction · 0.85
cleanup_orphansFunction · 0.85
acquire_rebuild_guardsFunction · 0.85

Calls 1

local_table_lock_pathFunction · 0.85

Tested by

no test coverage detected