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

Function isAllocated

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

Source from the content-addressed store, hash-verified

626 bits_.value_type_ = static_cast<unsigned char>(v);
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);

Callers 1

releasePayloadMethod · 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…