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

Method RemoveJavascriptBindings

src/subprocess/cefpython_app.cpp:420–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420void CefPythonApp::RemoveJavascriptBindings(CefRefPtr<CefBrowser> browser) {
421 int browserId = browser->GetIdentifier();
422 if (javascriptBindings_.find(browserId) != javascriptBindings_.end()) {
423 javascriptBindings_.erase(browserId);
424 }
425}
426
427bool CefPythonApp::BindedFunctionExists(CefRefPtr<CefBrowser> browser,
428 const CefString& functionName) {

Callers

nothing calls this directly

Calls 1

findMethod · 0.80

Tested by

no test coverage detected