Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MALSync/MALSync
/ getOffset
Method
getOffset
src/_provider/Search/searchClass.ts:102–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
100
}
101
102
getOffset(): number {
103
if
(this.state && this.state.offset) {
104
return
this.state.offset;
105
}
106
return
0;
107
}
108
109
setOffset(offset: number) {
110
if
(this.state) {
Callers
2
applyRules
Method · 0.95
getRuledOffset
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected