MCPcopy 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
131bool Beefy::StrReplace(StringImpl& str, const StringImpl& from, const StringImpl& to)
132{
133 str.Replace(from, to);
134 return true;
135}
136
137bool Beefy::StrStartsWith(const StringImpl& str, const StringImpl& subStr)
138{

Callers

nothing calls this directly

Calls 1

ReplaceMethod · 0.45

Tested by

no test coverage detected