Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ process
Method
process
testdata/ruby/dbRegionTest.rb:83–86 ·
view source on GitHub ↗
(polygon)
Source
from the content-addressed store, hash-verified
81
end
82
83
def process(polygon)
84
box = polygon.bbox
85
return [ RBA::Edge::new(box.p1, box.p2) ]
86
end
87
88
end
89
Callers
nothing calls this directly
Calls
3
bbox
Method · 0.45
p1
Method · 0.45
p2
Method · 0.45
Tested by
no test coverage detected