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

Method empty

src/framework/io/binary.cpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80bool BinaryBlob::empty() const noexcept {
81 return size() == 0;
82}
83
84void BinaryBlob::discard_range(size_t offset, size_t size) const noexcept {
85#if defined(__unix__) || defined(__APPLE__)

Callers 15

rms_envelopeFunction · 0.45
stft_magnitudeFunction · 0.45
build_soft_maskFunction · 0.45
load_mergesFunction · 0.45
ImplMethod · 0.45
replace_allFunction · 0.45
tensor_elementsFunction · 0.45
validate_configFunction · 0.45
tensor_elementsFunction · 0.45
validate_configFunction · 0.45
build_wavlm_graph_layersFunction · 0.45

Calls

no outgoing calls