MCPcopy 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
291String StringImpl::CreateReference(const StringView& strView)
292{
293 String str;
294 str.Reference(strView);
295 return str;
296}
297
298intptr StringImpl::CalcNewSize(intptr minSize)
299{

Callers

nothing calls this directly

Calls 1

ReferenceMethod · 0.45

Tested by

no test coverage detected