Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Notgnoshi/generative
/ handle_node
Method
handle_node
generative/io/tgf-graph-writer.cpp:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
namespace generative::io {
4
void TGFGraphWriter::handle_node(const generative::noding::GeometryGraph::Node& node)
5
{
6
out() << node.index <<
"\t"
<< wkt(node) <<
"\n"
;
7
}
8
9
void TGFGraphWriter::end_nodes()
10
{
Callers
1
write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected