<varp>_has_<var> returns true if the given IVAR can be read.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Might want to note this determines this by reading the value.... though maybe not: all ivars are supposed to be O(1) to compute.
Comment Actions
The part that I think is potentially bizarre is that in theory you could have write-only IVARs, but in practice I think we have RO and RW IVARs, not write-only.