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

Method c_str

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

Return a read-only pointer to the string data.

Source from the content-addressed store, hash-verified

377 // Return a read-only pointer to the string data.
378 ///
379 const char_type* c_str() const { return (string_ ? string_->str : NULL); }
380
381 ///
382 // Return the length of the string data.

Callers 15

SetAsPopupMethod · 0.80
from_stringMethod · 0.80
from_wstringMethod · 0.80
from_string16Method · 0.80
from_stringMethod · 0.80
from_wstringMethod · 0.80
from_string16Method · 0.80
from_stringMethod · 0.80
from_wstringMethod · 0.80
from_string16Method · 0.80
CefStringBaseMethod · 0.80
CefStringBaseClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected