MCPcopy 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
267void StringImpl::Reference(const char* str)
268{
269 Reference(str, strlen(str));
270}
271
272void StringImpl::Reference(const char* str, intptr length)
273{

Callers 2

CreateReferenceMethod · 0.45
ReportFailureMethod · 0.45

Calls 1

GetPtrMethod · 0.45

Tested by

no test coverage detected