Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tracktion/choc
/ loadInitialContent
Method
loadInitialContent
examples/webview_desktop_app.cpp:167–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
}
166
167
void loadInitialContent()
168
{
169
// Navigate to our local content
170
webView->navigate (
"choc://app/"
);
171
}
172
173
std::string getMainHTML()
174
{
Callers
nothing calls this directly
Calls
1
navigate
Method · 0.45
Tested by
no test coverage detected