MCPcopy Create free account
hub / github.com/beefytech/Beef / HashString

Function HashString

IDEHelper/Compiler/BfDefBuilder.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52static Val128 HashString(const StringImpl& str, const Val128& seed = Val128())
53{
54 return Hash128(str.c_str(), (int)str.length(), seed);
55}
56
57BfDefBuilder::BfDefBuilder(BfSystem* bfSystem)
58{

Callers 2

VisitMethod · 0.85
FinishTypeDefMethod · 0.85

Calls 3

Val128Class · 0.70
c_strMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected