Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ iter_file_index
Method
iter_file_index
atomic-core/src/record/context.rs:889–891 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
887
}
888
889
fn iter_file_index(&self) -> Result<Vec<crate::pristine::FileIndexEntry>, PristineError> {
890
Ok(Vec::new())
891
}
892
}
893
894
impl ViewTxnT for MockTxn {
Callers
2
materialize_parallel
Method · 0.45
status
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected