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

Function require_i32

include/engine/framework/io/json.h:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79inline int64_t require_i64(const Value & object, const std::string & key) {
80 return object.require(key).as_i64();
81}
82
83inline int require_i32(const Value & object, const std::string & key) {
84 return static_cast<int>(require_i64(object, key));
85}
86

Callers 2

parse_configFunction · 0.85

Calls 1

require_i64Function · 0.85

Tested by

no test coverage detected