Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buggins/coolreader
/ create
Method
create
android/src/org/coolreader/crengine/DocView.java:24–28 ·
view source on GitHub ↗
Create native object.
()
Source
from the content-addressed store, hash-verified
22
* Create native object.
23
*/
24
public
void
create() {
25
synchronized(mutex) {
26
createInternal();
27
}
28
}
29
30
/**
31
* Destroy native object.
Callers
nothing calls this directly
Calls
1
createInternal
Method · 0.95
Tested by
no test coverage detected