MCPcopy Create free account
hub / github.com/cztomczak/cefpython / PassedWrapper

Method PassedWrapper

src/include/base/cef_bind_helpers.h:408–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406class PassedWrapper {
407 public:
408 explicit PassedWrapper(T scoper) : is_valid_(true), scoper_(scoper.Pass()) {}
409 PassedWrapper(const PassedWrapper& other)
410 : is_valid_(other.is_valid_), scoper_(other.scoper_.Pass()) {}
411 T Pass() const {

Callers

nothing calls this directly

Calls 1

PassMethod · 0.80

Tested by

no test coverage detected