Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ CreateReference
Method
CreateReference
BeefySysLib/util/String.cpp:291–296 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
289
}
290
291
String StringImpl::CreateReference(const StringView& strView)
292
{
293
String str;
294
str.Reference(strView);
295
return str;
296
}
297
298
intptr StringImpl::CalcNewSize(intptr minSize)
299
{
Callers
nothing calls this directly
Calls
1
Reference
Method · 0.45
Tested by
no test coverage detected