Skip to content

Conversation

@kunalmohan
Copy link

Fix #195

This is done by introducing a DescriptorTable::disabled() api and making the inner field optional. The insert operations on DesciptorTable are no-op in disabled mode and get always return None. This looked cleaner over keeping and handling Option<Arc<DescriptorTable>> everywhere in the code.

@codecov
Copy link

codecov bot commented Jan 11, 2026

Codecov Report

❌ Patch coverage is 96.61017% with 2 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/descriptor_table.rs 95.00% 1 Missing ⚠️
src/table/mod.rs 94.44% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow fully bypassing file descriptor cache

1 participant