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

Method title

src/_provider/Kitsu/metaOverview.ts:99–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 }
98
99 private title() {
100 this.meta.title = helper.getTitle(
101 this.animeI().attributes.titles,
102 this.animeI().attributes.canonicalTitle,
103 );
104 }
105
106 private description() {
107 this.meta.description = `<span style="white-space: pre-line;">${this.animeI().attributes.synopsis.replace(

Callers 15

_initMethod · 0.95
getTitleFunction · 0.45
readyFunction · 0.45
getTitleFunction · 0.45
getEpisodeFunction · 0.45
readyFunction · 0.45
getTitleFunction · 0.45
getTitleFunction · 0.45
getTitleFunction · 0.45
readyFunction · 0.45
readyFunction · 0.45
getTitleFunction · 0.45

Calls 2

animeIMethod · 0.95
getTitleMethod · 0.45

Tested by

no test coverage detected