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

Method Pass

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

Source from the content-addressed store, hash-verified

409 PassedWrapper(const PassedWrapper& other)
410 : is_valid_(other.is_valid_), scoper_(other.scoper_.Pass()) {}
411 T Pass() const {
412 CHECK(is_valid_);
413 is_valid_ = false;
414 return scoper_.Pass();
415 }
416
417 private:
418 mutable bool is_valid_;

Callers 4

PassedWrapperMethod · 0.80
UnwrapMethod · 0.80
PassedFunction · 0.80
CallbackForwardFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected