Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ Reference
Method
Reference
BeefySysLib/util/String.cpp:267–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
}
266
267
void StringImpl::Reference(const char* str)
268
{
269
Reference(str, strlen(str));
270
}
271
272
void StringImpl::Reference(const char* str, intptr length)
273
{
Callers
2
CreateReference
Method · 0.45
ReportFailure
Method · 0.45
Calls
1
GetPtr
Method · 0.45
Tested by
no test coverage detected