MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / ~CefStr

Method ~CefStr

core/src/utils/cefstr.cc:139–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139CefStr::~CefStr()
140{
141 if (dtor != nullptr)
142 {
143 dtor(str);
144 }
145}
146
147cef_string_t CefStr::forward()
148{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected