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

Method ToString

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

Return this string's data as a std::string. Translation will occur if necessary based on the underlying string type.

Source from the content-addressed store, hash-verified

560 // necessary based on the underlying string type.
561 ///
562 std::string ToString() const {
563 if (empty())
564 return std::string();
565 return traits::to_string(string_);
566 }
567
568 ///
569 // Set this string's data from an existing std::string. Data will be always

Callers 15

AddFiltersFunction · 0.80
OnJSDialogMethod · 0.80
OnBeforeUnloadDialogMethod · 0.80
SetBrowserDpiSettingsFunction · 0.80
OnBeforeDownloadMethod · 0.80
OnDownloadUpdatedMethod · 0.80
OnContextMenuCommandMethod · 0.80
OnAfterCreatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected