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

Function setIsAllocated

Utilities/cmjsoncpp/include/json/value.h:629–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627 }
628 bool isAllocated() const { return bits_.allocated_; }
629 void setIsAllocated(bool v) { bits_.allocated_ = v; }
630
631 void initBasic(ValueType type, bool allocated = false);
632 void dupPayload(const Value& other);

Callers 2

initBasicMethod · 0.85
dupPayloadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…