| 189 | } |
| 190 | |
| 191 | TGitContextMenuEntries ShellCache::GetMenuLayout() |
| 192 | { |
| 193 | RefreshIfNeeded(); |
| 194 | return to_TGitContextMenuEntries(menulayouthigh, menulayoutlow); |
| 195 | } |
| 196 | |
| 197 | TGitContextMenuEntries ShellCache::GetMenuExt() |
| 198 | { |
no test coverage detected