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

Method as_i64

src/framework/io/json.cpp:233–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 Value out;
232 out.kind_ = Kind::Bool;
233 out.bool_value_ = value;
234 return out;
235}
236
237Value Value::make_number(double value) {
238 Value out;
239 out.kind_ = Kind::Number;
240 out.number_value_ = value;
241 return out;
242}

Callers 15

load_vocab_jsonFunction · 0.80
parse_configFunction · 0.80
load_tokenizer_jsonFunction · 0.80
parse_length_regulatorFunction · 0.80
parse_astral_configFunction · 0.80
parse_bigvgan_configFunction · 0.80
parse_hift_configFunction · 0.80
load_configFunction · 0.80
parse_model_refFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected