Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tracktion/choc
/ Pimpl
Method
Pimpl
choc/gui/choc_WebView.h:1353–1355 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1351
struct WebView::Pimpl
1352
{
1353
Pimpl (WebView& v, const Options& opts)
1354
: owner (v), options (opts)
1355
{}
1356
1357
bool initialise()
1358
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected