Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ MixinStr
Method
MixinStr
BeefySysLib/util/Hash.cpp:1719–1724 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1717
}
1718
1719
void HashContext::MixinStr(const char* str)
1720
{
1721
int len = (int)strlen(str);
1722
Mixin(len);
1723
Mixin(str, len);
1724
}
1725
1726
void HashContext::MixinStr(const StringImpl& str)
1727
{
Callers
15
Load
Method · 0.80
AddDeferredCallEntry
Method · 0.80
GetLocalMethodName
Method · 0.80
UpdateRevisedTypes
Method · 0.80
DoPopulateType
Method · 0.80
CreateVData
Method · 0.80
SetSource
Method · 0.80
Visit
Method · 0.80
FinishTypeDef
Method · 0.80
Visit
Method · 0.80
GetLambdaInstance
Method · 0.80
GetTypeDeclListHash
Method · 0.80
Calls
2
length
Method · 0.45
c_str
Method · 0.45
Tested by
no test coverage detected