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

Method as_f32

src/framework/io/json.cpp:241–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 out.kind_ = Kind::Number;
240 out.number_value_ = value;
241 return out;
242}
243
244Value Value::make_string(std::string value) {
245 Value out;
246 out.kind_ = Kind::String;

Callers 13

parse_hift_configFunction · 0.80
load_configFunction · 0.80
parse_manifestFunction · 0.80
parse_submodel_configFunction · 0.80
parse_jasper_configFunction · 0.80
parse_fm_configFunction · 0.80
json_optional_floatFunction · 0.80
require_f32Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected