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

Method Insert

src/TortoiseShell/ShellObjects.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void ShellObjects::Insert(CShellExt * obj)
33{
34 AutoLocker lock(m_critSec);
35 m_exts.insert(obj);
36}
37
38void ShellObjects::Erase(CShellExt * obj)
39{

Callers 7

OnPasteMethod · 0.45
OnPasteMethod · 0.45
OnCharMethod · 0.45
InsertTextMethod · 0.45
CShellExtMethod · 0.45
GetTagInfoMethod · 0.45
OnContextMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected