Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MALSync/MALSync
/ getTitle
Method
getTitle
src/kitsu/kitsuClass.ts:249–251 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
247
}
248
249
getTitle() {
250
return
$(
'meta[property="og:title"]'
).attr(
'content'
) ||
''
;
251
}
252
253
malToKiss() {
254
$(document).ready(() => {
Callers
1
malToKiss
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected