Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tracktion/choc
/ setHTML
Function
setHTML
choc/gui/choc_WebView.h:467–471 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
465
}
466
467
bool setHTML (const std::string& html)
468
{
469
webkit_web_view_load_html (WEBKIT_WEB_VIEW (webview), html.c_str(), nullptr);
470
return true;
471
}
472
473
bool addInitScript (const std::string& js)
474
{
Callers
1
handleError
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected