Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Justson/AgentWeb
/ init
Method
init
agentweb-core/src/main/java/com/just/agentweb/AgentWeb.java:377–380 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
375
}
376
377
private
void
init() {
378
doCompat();
379
doSafeCheck();
380
}
381
382
private
IVideo getIVideo() {
383
return
mIVideo == null ?
new
VideoImpl(mActivity, mWebCreator.getWebView()) : mIVideo;
Callers
1
AgentWeb
Method · 0.95
Calls
2
doCompat
Method · 0.95
doSafeCheck
Method · 0.95
Tested by
no test coverage detected