MCPcopy Create free account
hub / github.com/TeXworks/texworks / updateCache

Method updateCache

src/BibTeXFile.cpp:78–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void BibTeXFile::Entry::updateCache()
79{
80 // invalidate cache so that all subsequent method calls actually search the
81 // fields
82 _cache.valid = false;
83 _cache.author = author();
84 _cache.howPublished = howPublished();
85 _cache.title = title();
86 _cache.year = year();
87 _cache.valid = true;
88}
89
90bool BibTeXFile::load(const QString & filename)
91{

Callers 1

loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected