Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ dump
Method
dump
scripts/mkqtdecl_common/cpp_classes.rb:538–540 ·
view source on GitHub ↗
(i)
Source
from the content-addressed store, hash-verified
536
def_initializer :enum, :visibility
537
538
def dump(i)
539
i +
"enum_decl ["
+ self.visibility.to_s +
"]:\n"
+ self.enum.dump(i +
" "
)
540
end
541
542
end
543
Callers
nothing calls this directly
Calls
3
to_s
Method · 0.45
visibility
Method · 0.45
dump
Method · 0.45
Tested by
no test coverage detected