MCPcopy Create free account
hub / github.com/Tencent/MMKV / ~PBEncodeItem

Method ~PBEncodeItem

Core/PBEncodeItem.hpp:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected