MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / forward

Method forward

core/src/utils/cefstr.cc:147–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147cef_string_t CefStr::forward()
148{
149 auto dtor_ = this->dtor;
150 this->dtor = nullptr;
151
152 return cef_string_t{ str, length, dtor_ };
153}
154
155const CefStrBase &CefStr::borrow(const cef_string_t *s)
156{

Callers 3

Hooked_CefInitializeFunction · 0.80
open_devtoolsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected