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

Method IsSimpleContext

src/TortoiseShell/ShellCache.cpp:227–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227BOOL ShellCache::IsSimpleContext()
228{
229 RefreshIfNeeded();
230 return (simplecontext != 0);
231}
232
233BOOL ShellCache::HasShellMenuAccelerators()
234{

Callers 1

InitializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected