Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buggins/coolreader
/ setStartPos
Method
setStartPos
android/src/org/coolreader/crengine/Bookmark.java:46–49 ·
view source on GitHub ↗
(String startPos)
Source
from the content-addressed store, hash-verified
44
return
startPos;
45
}
46
public
void
setStartPos(String startPos) {
47
this.startPos = startPos;
48
modified = true;
49
}
50
public
String getEndPos() {
51
return
endPos;
52
}
Callers
3
showNewBookmarkDialog
Method · 0.95
readBookmarkFromCursor
Method · 0.45
Java_org_coolreader_crengine_DocView_getCurrentPageBookmarkInternal
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected