Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MALSync/MALSync
/ getRuledUrl
Method
getRuledUrl
src/_provider/Search/searchClass.ts:625–628 ·
view source on GitHub ↗
(episode: number)
Source
from the content-addressed store, hash-verified
623
}
624
625
getRuledUrl(episode: number): string | null {
626
const
res = this.applyRules(episode);
627
return
res ? res.url : this.getUrl();
628
}
629
}
Callers
2
handlePage
Method · 0.80
getEpList
Method · 0.80
Calls
2
applyRules
Method · 0.95
getUrl
Method · 0.95
Tested by
no test coverage detected