Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
bool BfTypedValue::CanModify() const
61
{
62
return (((IsAddr()) || (mType->IsValuelessType())) && (!IsReadOnly()));
63
}
64
65
//////////////////////////////////////////////////////////////////////////
66
Callers
1
CheckModifyResult
Method · 0.80
Calls
1
IsValuelessType
Method · 0.45
Tested by
no test coverage detected