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

Method malToKiss

src/simkl/simklClass.ts:177–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175 }
176
177 malToKiss() {
178 con.log('malToKiss');
179
180 const title = this.getTitle();
181
182 activeLinks(this.page!.type, this.page!.malid, title).then(links => {
183 this.malkiss.links = links;
184 });
185 }
186
187 async pageRelation() {
188 await this.page.malObj.fillRelations();

Callers 1

initMethod · 0.95

Calls 2

getTitleMethod · 0.95
activeLinksFunction · 0.90

Tested by

no test coverage detected