MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / is_empty

Method is_empty

Source/external/fast_float.h:1897–1899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1895 return length;
1896 }
1897 constexpr bool is_empty() const noexcept {
1898 return length == 0;
1899 }
1900 constexpr size_t capacity() const noexcept {
1901 return size;
1902 }

Callers 2

shl_limbsMethod · 0.80
ctlzMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected