Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
static Val128 HashString(const StringImpl& str, const Val128& seed = Val128())
53
{
54
return Hash128(str.c_str(), (int)str.length(), seed);
55
}
56
57
BfDefBuilder::BfDefBuilder(BfSystem* bfSystem)
58
{
Callers
2
Visit
Method · 0.85
FinishTypeDef
Method · 0.85
Calls
3
Val128
Class · 0.70
c_str
Method · 0.45
length
Method · 0.45
Tested by
no test coverage detected