Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ isAllocated
Function
isAllocated
ThirdParty/jsoncpp/vtkjsoncpp/json/json.h:1167–1167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1165
bits_.value_type_ = static_cast<unsigned char>(v);
1166
}
1167
bool isAllocated() const { return bits_.allocated_; }
1168
void setIsAllocated(bool v) { bits_.allocated_ = v; }
1169
1170
void initBasic(ValueType type, bool allocated = false);
Callers
1
releasePayload
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected