Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
bool BinaryBlob::empty() const noexcept {
81
return size() == 0;
82
}
83
84
void BinaryBlob::discard_range(size_t offset, size_t size) const noexcept {
85
#if defined(__unix__) || defined(__APPLE__)
Callers
15
rms_envelope
Function · 0.45
stft_magnitude
Function · 0.45
build_soft_mask
Function · 0.45
load_merges
Function · 0.45
Impl
Method · 0.45
replace_all
Function · 0.45
decode_with_optional_skip
Function · 0.45
tensor_elements
Function · 0.45
validate_config
Function · 0.45
tensor_elements
Function · 0.45
validate_config
Function · 0.45
build_wavlm_graph_layers
Function · 0.45
Calls
no outgoing calls
Tested by
4
test_parse_multipart_body_fields_and_file
Function · 0.36
test_parse_multipart_body_no_boundary_match
Function · 0.36
require_wav_shape
Function · 0.36
test_vad_chunks_validate_inputs
Function · 0.36