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

Function Value

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

Source from the content-addressed store, hash-verified

350 Value(const String& value);
351 Value(bool value);
352 Value(std::nullptr_t ptr) = delete;
353 Value(const Value& other);
354 Value(Value&& other) noexcept;
355 ~Value();

Callers 10

value.hFile · 0.70
json_value.cppFile · 0.50
resizeMethod · 0.50
insertMethod · 0.50
serializeMethod · 0.50
arrayMethod · 0.50
fieldMethod · 0.50
serializeMethod · 0.50
arrayMethod · 0.50
objectMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…