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

Method getLanguageDefinition

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

Source from the content-addressed store, hash-verified

607}
608
609std::shared_ptr<SyntaxDefinition>
610SyntaxDefinitionManager::getLanguageDefinition( const Uint32& index ) const {
611 Lock l( mMutex );
612 eeASSERT( index < mDefinitions.size() );
613 return mDefinitions[index];
614}
615
616const SyntaxDefinition& SyntaxDefinitionManager::getByLanguageIndex( const Uint32& index ) const {
617 Lock l( mMutex );

Callers 4

loadFromPatchMethod · 0.80
loadFromStringsMethod · 0.80
loadFromFileMethod · 0.80
setSyntaxDefinitionMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected