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

Method loadURL

framework/ui/src/WebView.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 }
19
20 void WebView::loadURL(const std::string &url)
21 {
22 auto webCore = core<WebView::Core>();
23 webCore->loadURL(url);
24 }
25
26 void WebView::bindViewCore()
27 {

Callers 1

initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected