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

Method clear

src/toml.hpp:12985–12991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12983 std::vector<source_position> ends;
12984
12985 void clear() noexcept
12986 {
12987 buffer.clear();
12988 segments.clear();
12989 starts.clear();
12990 ends.clear();
12991 }
12992
12993 void push_back(std::string_view segment, source_position b, source_position e)
12994 {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected