MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / as_number

Method as_number

src/framework/io/json.cpp:226–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224Value::Value(Value && other) noexcept = default;
225
226Value & Value::operator=(Value && other) noexcept = default;
227
228Value::~Value() = default;
229
230Value Value::make_bool(bool value) {
231 Value out;
232 out.kind_ = Kind::Bool;
233 out.bool_value_ = value;
234 return out;

Callers 15

make_cjsonFunction · 0.80
parse_flat_json_objectFunction · 0.80
parse_configFunction · 0.80
load_marblenet_configFunction · 0.80
json_option_stringFunction · 0.80
workflow_optional_numberFunction · 0.80
option_textFunction · 0.80
option_textFunction · 0.80
option_textFunction · 0.80
option_textFunction · 0.80
derive_warmup_requestFunction · 0.80
option_textFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected