Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
updateEventLoopUsage
Method · 0.45
stop
Function · 0.45
apply-diff.test.ts
File · 0.45
generate-translations.test.ts
File · 0.45
apply-snapshot.test.ts
File · 0.45
types.test.ts
File · 0.45
run.test.ts
File · 0.45
resetKnexMocks
Function · 0.45
apply.test.ts
File · 0.45
import-export.test.ts
File · 0.45
assets.test.ts
File · 0.45
specifications.test.ts
File · 0.45
Calls
1
delete
Method · 0.65
Tested by
no test coverage detected