MCPcopy Create free account
hub / github.com/Notgnoshi/generative / read

Method read

generative/io/tgf-graph-reader.cpp:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace generative::io {
15
16generative::noding::GeometryGraph TGFGraphReader::read() noexcept
17{
18 for (std::string line; std::getline(m_input, line);)
19 {
20 this->read(line);
21 }
22
23 return {std::move(m_nodes_vec), m_factory};
24}
25
26void TGFGraphReader::read(const std::string& line) noexcept
27{

Callers 6

TESTFunction · 0.80
TESTFunction · 0.80
_tokenize_defaultMethod · 0.80
from_wktFunction · 0.80
read_nodeMethod · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64