MCPcopy Create free account
hub / github.com/MALSync/MALSync / getRuledOffset

Method getRuledOffset

src/_provider/Search/searchClass.ts:620–623  ·  view source on GitHub ↗
(episode: number)

Source from the content-addressed store, hash-verified

618 }
619
620 getRuledOffset(episode: number): number {
621 const res = this.applyRules(episode);
622 return res ? res.offset : this.getOffset();
623 }
624
625 getRuledUrl(episode: number): string | null {
626 const res = this.applyRules(episode);

Callers 2

handlePageMethod · 0.80
getEpListMethod · 0.80

Calls 2

applyRulesMethod · 0.95
getOffsetMethod · 0.95

Tested by

no test coverage detected