| 87 | } |
| 88 | |
| 89 | ~PBEncodeItem() { |
| 90 | if (type == PBEncodeItemType_NSString) { |
| 91 | if (value.tmpObjectValue) { |
| 92 | CFRelease(value.tmpObjectValue); |
| 93 | } |
| 94 | } |
| 95 | } |
| 96 | #endif // MMKV_APPLE |
| 97 | }; |
| 98 |
nothing calls this directly
no outgoing calls
no test coverage detected