Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ sh2s
Function
sh2s
testdata/ruby/dbBooleanTest.rb:32–38 ·
view source on GitHub ↗
( sh )
Source
from the content-addressed store, hash-verified
30
end
31
32
def sh2s( sh )
33
sa = []
34
sh.each do |s|
35
sa.push( s.polygon.to_s )
36
end
37
return sa.join(
";"
)
38
end
39
40
def p2ee( pa )
41
ee = []
Callers
3
test_10
Method · 0.85
test_11
Method · 0.85
test_12
Method · 0.85
Calls
5
each
Method · 0.80
push
Method · 0.45
to_s
Method · 0.45
polygon
Method · 0.45
join
Method · 0.45
Tested by
no test coverage detected