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

Method image

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

Source from the content-addressed store, hash-verified

111 }
112
113 private image() {
114 this.meta.image =
115 this.animeI().attributes.posterImage && this.animeI().attributes.posterImage.small
116 ? this.animeI().attributes.posterImage.small
117 : '';
118 this.meta.imageLarge =
119 this.animeI().attributes.posterImage && this.animeI().attributes.posterImage.original
120 ? this.animeI().attributes.posterImage.original
121 : '';
122 this.meta.imageBanner =
123 this.animeI().attributes.coverImage && this.animeI().attributes.coverImage.large
124 ? this.animeI().attributes.coverImage.large
125 : '';
126 }
127
128 private alternativeTitle() {
129 for (const prop in this.animeI().attributes.abbreviatedTitles) {

Callers 1

_initMethod · 0.95

Calls 1

animeIMethod · 0.95

Tested by

no test coverage detected