Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.h
File · 0.70
json_value.cpp
File · 0.50
resize
Method · 0.50
insert
Method · 0.50
serialize
Method · 0.50
array
Method · 0.50
field
Method · 0.50
serialize
Method · 0.50
array
Method · 0.50
object
Method · 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…