Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Notgnoshi/generative
/ add_cs
Function
add_cs
tools/render.py:91–93 ·
view source on GitHub ↗
(coords, segments)
Source
from the content-addressed store, hash-verified
89
90
91
def
add_cs(coords, segments):
92
for
pair in pairwise(coords):
93
segments.append(tuple(ensure_3d(pair)))
94
95
96
def
add_c(coords, points):
Callers
1
add
Function · 0.85
Calls
2
ensure_3d
Function · 0.85
pairwise
Function · 0.70
Tested by
no test coverage detected