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

Method CanModify

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60bool BfTypedValue::CanModify() const
61{
62 return (((IsAddr()) || (mType->IsValuelessType())) && (!IsReadOnly()));
63}
64
65//////////////////////////////////////////////////////////////////////////
66

Callers 1

CheckModifyResultMethod · 0.80

Calls 1

IsValuelessTypeMethod · 0.45

Tested by

no test coverage detected