MCPcopy Index your code
hub / github.com/MALSync/MALSync / getNormalizedType

Method getNormalizedType

src/_provider/Search/searchClass.ts:134–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 }
133
134 getNormalizedType() {
135 if (this.type === 'anime') return 'anime';
136 return 'manga';
137 }
138
139 public sanitizeTitle(title) {
140 let resTitle = title.replace(

Callers 4

malSyncMethod · 0.95
malSearchMethod · 0.95
pageSearchMethod · 0.95
initRulesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected