MCPcopy Create free account
hub / github.com/AshampooSystems/boden / bindViewCore

Method bindViewCore

framework/ui/src/WebView.cpp:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 void WebView::bindViewCore()
27 {
28 View::bindViewCore();
29
30 auto webViewCore = core<WebView::Core>();
31 webViewCore->redirectHandler.bind(redirectHandler, BindMode::unidirectional);
32 webViewCore->userAgent.bind(userAgent);
33 }
34}

Callers

nothing calls this directly

Calls 1

bindMethod · 0.45

Tested by

no test coverage detected