MCPcopy 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
115inline void tss_insert_in_hash(const wc16_string& lhs, const TSTRING& rhs)
116{
117 tss_GetHashTable().Insert(lhs, rhs);
118}
119
120inline bool tss_find_in_hash(const wc16_string& lhs, TSTRING& rhs)
121{

Callers 1

ConvertMethod · 0.85

Calls 1

InsertMethod · 0.45

Tested by

no test coverage detected