refactor(join_ir_runner): split runner and analyzer tests

This commit is contained in:
2025-12-28 02:56:57 +09:00
parent 79c2953a1f
commit 6f485beb1e
9 changed files with 1278 additions and 1261 deletions

View File

@ -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()