MCPcopy Create free account
hub / github.com/beefytech/Beef / Reference

Method Reference

IDEHelper/Compiler/BfSystem.cpp:351–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351void BfAtomComposite::Reference(const BfAtomComposite & other)
352{
353 if (!mOwns)
354 {
355 mParts = other.mParts;
356 mSize = other.mSize;
357 return;
358 }
359 Set(other.mParts, other.mSize, NULL, 0);
360}
361
362// Val128 BfAtomComposite::GetTypesHash()
363// {

Callers 7

GenerateTypeOptionsMethod · 0.45
FindTypeDefMethod · 0.45
LookupIdentifierMethod · 0.45
LookupFieldMethod · 0.45
GetParamNameMethod · 0.45

Calls 1

SetFunction · 0.85

Tested by

no test coverage detected