(&self, key: S)
| 185 | } |
| 186 | |
| 187 | pub fn get_string<S: BnStrCompatible>(&self, key: S) -> BnString { |
| 188 | self.get_string_with_opts(key, &mut QueryOptions::default()) |
| 189 | } |
| 190 | |
| 191 | pub fn get_string_with_opts<S: BnStrCompatible>( |
| 192 | &self, |
nothing calls this directly
no test coverage detected