Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ openURL
Method
openURL
src/eepp/ui/uiscenenode.cpp:1359–1363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1357
}
1358
1359
void UISceneNode::openURL( URI uri ) {
1360
if ( mURLInterceptorCb && mURLInterceptorCb( uri ) )
1361
return;
1362
Engine::instance()->openURI( uri.toString() );
1363
}
1364
1365
}} // namespace EE::UI
Callers
4
onMessage
Method · 0.45
onKeyDown
Method · 0.45
UIAnchor
Method · 0.45
onKeyDown
Method · 0.45
Calls
2
openURI
Method · 0.80
toString
Method · 0.45
Tested by
no test coverage detected