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

Function syncListItem

src/utils/syncHandler.ts:202–208  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

200}
201
202export async function syncListItem(item) {
203 for (let i = 0; i < item.slaves.length; i++) {
204 const slave = item.slaves[i];
205 con.log('sync list item', slave);
206 await syncItem(slave, getType(slave.url));
207 }
208}
209
210export async function syncMissing(item) {
211 item.diff = {

Callers 1

syncListFunction · 0.85

Calls 2

syncItemFunction · 0.85
getTypeFunction · 0.70

Tested by

no test coverage detected