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

Method size

src/framework/runtime/registry.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89 }
90 return false;
91}
92
93std::vector<LoaderAdvertisement> ModelRegistry::advertise_loaders() const {
94 std::vector<LoaderAdvertisement> out;
95 out.reserve(loaders_.size());

Callers 15

TransformerKVCacheMethod · 0.45
import_stateMethod · 0.45
export_stateMethod · 0.45
trace_log_stateMethod · 0.45
split_csvFunction · 0.45
log_model_load_traceFunction · 0.45
familiesMethod · 0.45
parse_int_valueFunction · 0.45
parse_float_valueFunction · 0.45
parse_u32_valueFunction · 0.45
parse_u64_valueFunction · 0.45
parse_i64_valueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected