MCPcopy 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
120inline 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

ConvertMethod · 0.85

Calls 1

LookupMethod · 0.45

Tested by

no test coverage detected