MCPcopy Create free account
hub / github.com/Shopify/heap-profiler / visit_empty_array

Method visit_empty_array

ext/heap_profiler/simdjson.cpp:4755–4757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4753 return empty_container(iter, internal::tape_type::START_OBJECT, internal::tape_type::END_OBJECT);
4754}
4755simdjson_warn_unused simdjson_really_inline error_code tape_builder::visit_empty_array(json_iterator &iter) noexcept {
4756 return empty_container(iter, internal::tape_type::START_ARRAY, internal::tape_type::END_ARRAY);
4757}
4758
4759simdjson_warn_unused simdjson_really_inline error_code tape_builder::visit_document_start(json_iterator &iter) noexcept {
4760 start_container(iter);

Callers 1

walk_documentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected