MCPcopy Create free account
hub / github.com/KLayout/klayout / myself

Method myself

scripts/mkqtdecl_common/reader_ext.rb:444–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442 end
443
444 def myself
445 # forward declarations (struct.body_decl == nil and no base classes) don't produce a name and
446 # will therefore not contribute
447 (self.struct.body_decl || self.struct.base_classes) && self.struct.id.to_s
448 end
449
450 def myid
451 # forward declarations (struct.body_decl == nil and no base classes) don't produce a name and

Callers

nothing calls this directly

Calls 2

to_sMethod · 0.45
idMethod · 0.45

Tested by

no test coverage detected