| 333 | //------------------------------------------------------------------------- |
| 334 | |
| 335 | void bz_ApiString::urlEncode(void) { |
| 336 | data->str = TextUtils::url_encode(data->str); |
| 337 | } |
| 338 | |
| 339 | //******************************bz_APIIntList******************************************** |
| 340 | class bz_APIIntList::dataBlob { |
nothing calls this directly
no test coverage detected