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

Method _delete

src/_provider/Kitsu/single.ts:445–447  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

443 }
444
445 _delete() {
446 return this.apiCall('DELETE', `https://kitsu.app/api/edge/library-entries/${this.listI().id}`);
447 }
448}

Callers

nothing calls this directly

Calls 2

apiCallMethod · 0.95
listIMethod · 0.95

Tested by

no test coverage detected