Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
malSync
Method · 0.95
malSearch
Method · 0.95
pageSearch
Method · 0.95
initRules
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected