MCPcopy Create free account
hub / github.com/audacity/audacity / capacity

Method capacity

libraries/lib-string-utils/3party/fast_float.h:1673–1675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1671 return length == 0;
1672 }
1673 constexpr size_t capacity() const noexcept {
1674 return size;
1675 }
1676 // append item to vector, without bounds checking
1677 void push_unchecked(limb value) noexcept {
1678 data[length] = value;

Callers 3

CloneMethod · 0.80
shl_limbsMethod · 0.80
GetSpectrogramMethod · 0.80

Calls

no outgoing calls

Tested by 1

GetSpectrogramMethod · 0.64