(ctx context.Context, path string)
| 799 | } |
| 800 | |
| 801 | func (m *multiProtoFileModuleReadBucket[T, S]) StatFileInfo(ctx context.Context, path string) (FileInfo, error) { |
| 802 | fileInfo, _, err := m.getFileInfoAndDelegateIndex(ctx, "stat", path) |
| 803 | return fileInfo, err |
| 804 | } |
| 805 | |
| 806 | func (m *multiProtoFileModuleReadBucket[T, S]) WalkFileInfos( |
| 807 | ctx context.Context, |
nothing calls this directly
no test coverage detected