MCPcopy Create free account
hub / github.com/MALSync/MALSync / description

Method description

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

Source from the content-addressed store, hash-verified

104 }
105
106 private description() {
107 this.meta.description = `<span style="white-space: pre-line;">${this.animeI().attributes.synopsis.replace(
108 '—',
109 ' ',
110 )}</span>`;
111 }
112
113 private image() {
114 this.meta.image =

Callers 1

_initMethod · 0.95

Calls 1

animeIMethod · 0.95

Tested by

no test coverage detected