Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ StrReplace
Method
StrReplace
BeefySysLib/Common.cpp:131–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
bool Beefy::StrReplace(StringImpl& str, const StringImpl& from, const StringImpl& to)
132
{
133
str.Replace(from, to);
134
return true;
135
}
136
137
bool Beefy::StrStartsWith(const StringImpl& str, const StringImpl& subStr)
138
{
Callers
nothing calls this directly
Calls
1
Replace
Method · 0.45
Tested by
no test coverage detected