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

Method CefStringBase

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

Default constructor.

Source from the content-addressed store, hash-verified

295 // Default constructor.
296 ///
297 CefStringBase() : string_(NULL), owner_(false) {}
298
299 ///
300 // Create a new string from an existing string. Data will always be copied.

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.80
lengthMethod · 0.45

Tested by

no test coverage detected