pub unsafe fn read_field_bool(v: &CodeValue, name: &str) -> bool
Convenience: read a boolean field from an object by name. Returns false if the field doesn’t exist or isn’t a boolean.
false
All field pointers must be valid.