MCPcopy Create free account
hub / github.com/SpartanJ/eepp / resetFileAssociations

Method resetFileAssociations

src/eepp/ui/doc/syntaxdefinitionmanager.cpp:1545–1548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1543}
1544
1545void SyntaxDefinitionManager::resetFileAssociations() {
1546 Lock l( mFileAssociationsMutex );
1547 mFileAssociations.clear();
1548}
1549
1550void SyntaxDefinitionManager::setFileAssociations(
1551 SyntaxDefinitionManager::FileAssociations&& fa ) {

Callers 2

closeFolderMethod · 0.80
loadFolderMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected