<!-- description --> @brief Returns true if the requested VsT is deallocated, false otherwise <!-- inputs/outputs --> @param vpid the ID of the VsT to query @return Returns true if the requested VsT is deallocated, false otherwise
(&self, vpid: bsl::SafeU16)
| 206 | /// false otherwise |
| 207 | /// |
| 208 | pub fn is_deallocated(&self, vpid: bsl::SafeU16) -> bool { |
| 209 | return self.get_vs_const(vpid).is_deallocated(); |
| 210 | } |
| 211 | |
| 212 | /// <!-- description --> |
| 213 | /// @brief Returns the ID of the VP the requested VsT is assigned |
nothing calls this directly
no test coverage detected