Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tripwire/tripwire-open-source
/ tss_insert_in_hash
Function
tss_insert_in_hash
src/core/stringutil.cpp:115–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
114
115
inline void tss_insert_in_hash(const wc16_string& lhs, const TSTRING& rhs)
116
{
117
tss_GetHashTable().Insert(lhs, rhs);
118
}
119
120
inline bool tss_find_in_hash(const wc16_string& lhs, TSTRING& rhs)
121
{
Callers
1
Convert
Method · 0.85
Calls
1
Insert
Method · 0.45
Tested by
no test coverage detected