MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / set_len

Method set_len

external/include/fast_float/fast_float.h:1714–1716  ·  view source on GitHub ↗

set the length, without bounds checking.

Source from the content-addressed store, hash-verified

1712
1713 // set the length, without bounds checking.
1714 void set_len(size_t len) noexcept {
1715 length = uint16_t(len);
1716 }
1717 constexpr size_t len() const noexcept {
1718 return length;
1719 }

Callers 2

long_mulFunction · 0.80
shl_limbsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected