MCPcopy Index your code
hub / github.com/directus/directus / reset

Method reset

api/src/synchronization.ts:165–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163 }
164
165 public async reset(): Promise<void> {
166 await this.synchronizationManager.delete(this.key);
167 }
168}

Callers 15

updateEventLoopUsageMethod · 0.45
stopFunction · 0.45
apply-diff.test.tsFile · 0.45
types.test.tsFile · 0.45
run.test.tsFile · 0.45
resetKnexMocksFunction · 0.45
apply.test.tsFile · 0.45
assets.test.tsFile · 0.45

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected