MCPcopy Create free account
hub / github.com/Kitware/VTK / setIsAllocated

Function setIsAllocated

ThirdParty/jsoncpp/vtkjsoncpp/json/json.h:1168–1168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
1171 void dupPayload(const Value& other);

Callers 2

initBasicMethod · 0.85
dupPayloadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected