MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / push_back

Method push_back

src/toml.hpp:12993–12999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12991 }
12992
12993 void push_back(std::string_view segment, source_position b, source_position e)
12994 {
12995 segments.push_back({ buffer.length(), segment.length() });
12996 buffer.append(segment);
12997 starts.push_back(b);
12998 ends.push_back(e);
12999 }
13000
13001 TOML_PURE_INLINE_GETTER
13002 std::string_view operator[](size_t i) const noexcept

Callers 6

table_vector_scopeMethod · 0.45
parse_keyMethod · 0.45
parse_table_headerMethod · 0.45
toml.hppFile · 0.45
mainFunction · 0.45

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected