MCPcopy Create free account
hub / github.com/Naios/function2 / write_empty

Function write_empty

include/function2/function2.hpp:469–472  ·  view source on GitHub ↗

See opcode::op_fetch_empty

Source from the content-addressed store, hash-verified

467
468/// See opcode::op_fetch_empty
469static FU2_DETAIL_CXX14_CONSTEXPR void write_empty(data_accessor* accessor,
470 bool empty) noexcept {
471 accessor->inplace_storage_ = std::size_t(empty);
472}
473
474template <typename From, typename To>
475using transfer_const_t =

Callers 2

process_cmdMethod · 0.85
empty_cmdMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected