MCPcopy Create free account
hub / github.com/buggins/coolreader / getDictionaryName

Method getDictionaryName

tinydict/tinydict.cpp:810–813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808}
809
810const char * TinyDictionary::getDictionaryName()
811{
812 return name;
813}
814
815bool TinyDictionary::open( const char * indexfile, const char * datafile )
816{

Callers 2

mainFunction · 0.80
translateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected