Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossuo/crossuo
/ OpenBrowser
Function
OpenBrowser
src/Platform.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void OpenBrowser(const astr_t &url)
77
{
78
ShellExecuteA(0,
"Open"
, url.c_str(), nullptr, nullptr, SW_SHOWNORMAL);
79
}
80
81
#else // Linux and MacOSX
82
Callers
3
GoToWebLink
Method · 0.85
load_config
Function · 0.85
GumpScreenMain.cpp
File · 0.85
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected