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