Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
void ShellObjects::Insert(CShellExt * obj)
33
{
34
AutoLocker lock(m_critSec);
35
m_exts.insert(obj);
36
}
37
38
void ShellObjects::Erase(CShellExt * obj)
39
{
Callers
7
OnPaste
Method · 0.45
OnPaste
Method · 0.45
OnChar
Method · 0.45
InsertText
Method · 0.45
CShellExt
Method · 0.45
GetTagInfo
Method · 0.45
OnContextMenu
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected