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

Method size

src/framework/io/binary.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76size_t BinaryBlob::size() const noexcept {
77 return mapped_ != nullptr ? size_ : owned_.size();
78}
79
80bool BinaryBlob::empty() const noexcept {
81 return size() == 0;

Callers 15

cfg_guidanceFunction · 0.45
apg_guidanceFunction · 0.45
adg_guidanceFunction · 0.45
clamp_velocity_normFunction · 0.45
euler_step_in_placeFunction · 0.45
renoiseFunction · 0.45
heun_combine_velocityFunction · 0.45
build_soft_maskFunction · 0.45
blend_by_mask_in_placeFunction · 0.45

Calls

no outgoing calls

Tested by 15

write_tensor_f32Function · 0.36
require_closeFunction · 0.36
require_allcloseFunction · 0.36
require_closeFunction · 0.36
mainFunction · 0.36
join_idsFunction · 0.36
join_piece_windowFunction · 0.36