MCPcopy 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
1719void HashContext::MixinStr(const char* str)
1720{
1721 int len = (int)strlen(str);
1722 Mixin(len);
1723 Mixin(str, len);
1724}
1725
1726void HashContext::MixinStr(const StringImpl& str)
1727{

Callers 15

LoadMethod · 0.80
AddDeferredCallEntryMethod · 0.80
GetLocalMethodNameMethod · 0.80
UpdateRevisedTypesMethod · 0.80
DoPopulateTypeMethod · 0.80
CreateVDataMethod · 0.80
SetSourceMethod · 0.80
VisitMethod · 0.80
FinishTypeDefMethod · 0.80
VisitMethod · 0.80
GetLambdaInstanceMethod · 0.80
GetTypeDeclListHashMethod · 0.80

Calls 2

lengthMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected