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

Method GetStruct

src/include/internal/cef_string_wrappers.h:440–440  ·  view source on GitHub ↗

Returns a read-only pointer to the underlying string structure. May return NULL if no structure is currently allocated.

Source from the content-addressed store, hash-verified

438 // NULL if no structure is currently allocated.
439 ///
440 const struct_type* GetStruct() const { return string_; }
441
442 ///
443 // Returns a writable pointer to the underlying string structure. Will never

Callers 1

compareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected