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:165–168 ·
view source on GitHub ↗
(i)
Source
from the content-addressed store, hash-verified
163
end
164
165
def dump(i)
166
i +
"CPPMemberPointer\n"
+ i +
" inner:\n"
+ self.inner.dump(i +
" "
) +
167
i +
" qid: "
+ self.qid.to_s
168
end
169
170
end
171
Callers
nothing calls this directly
Calls
2
dump
Method · 0.45
to_s
Method · 0.45
Tested by
no test coverage detected