MCPcopy Create free account
hub / github.com/TortoiseGit/TortoiseGit / HasShellMenuAccelerators

Method HasShellMenuAccelerators

src/TortoiseShell/ShellCache.cpp:233–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233BOOL ShellCache::HasShellMenuAccelerators()
234{
235 RefreshIfNeeded();
236 return (shellmenuaccelerators != 0);
237}
238
239BOOL ShellCache::IsUnversionedAsModified()
240{

Callers 2

InsertGitMenuMethod · 0.80
QueryContextMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected