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

Method description

src/_provider/Simkl/metaOverview.ts:80–83  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

78 }
79
80 private description(data) {
81 const description = data.overview;
82 if (description) this.meta.description = description;
83 }
84
85 private image(data) {
86 const image = data.poster;

Callers 1

_initMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected