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

Function IgnoreResult

src/include/base/cef_bind_helpers.h:558–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556
557template <typename T>
558static inline cef_internal::IgnoreResultHelper<T> IgnoreResult(T data) {
559 return cef_internal::IgnoreResultHelper<T>(data);
560}
561
562template <typename T>
563static inline cef_internal::IgnoreResultHelper<Callback<T>> IgnoreResult(

Callers 2

CreateTask_SetCookieFunction · 0.85
CreateTask_DeleteCookiesFunction · 0.85

Tested by

no test coverage detected