MCPcopy 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
76void 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

GoToWebLinkMethod · 0.85
load_configFunction · 0.85
GumpScreenMain.cppFile · 0.85

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected