refactor(join_ir_runner): split runner and analyzer tests
This commit is contained in:
@ -6,7 +6,7 @@ impl FileHandleBox {
|
||||
/// Phase 114: Internal helper using FileIo::stat()
|
||||
///
|
||||
/// Unified metadata access through FileIo trait.
|
||||
fn metadata_internal(&self) -> Result<crate::boxes::file::provider::FileStat, String> {
|
||||
pub(super) fn metadata_internal(&self) -> Result<crate::boxes::file::provider::FileStat, String> {
|
||||
let io = self
|
||||
.io
|
||||
.as_ref()
|
||||
|
||||
Reference in New Issue
Block a user