Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MALSync/MALSync
/ getOffset
Method
getOffset
src/pages-sync/syncPage.ts:1031–1036 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1029
}
1030
1031
getOffset() {
1032
if
(this.searchObj && this.searchObj.getOffset()) {
1033
return
this.searchObj.getOffset();
1034
}
1035
return
0;
1036
}
1037
1038
async
setOffset(value: number) {
1039
if
(this.searchObj) {
Callers
1
offsetHandler
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected