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

Method to_symbol

scripts/mkqtdecl_common/cpp_parser_classes.rb:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199
200module PCV
201 def to_symbol
202 return self.text_value == "const" ? :const : :volatile
203 end
204end
205
206module PFriendDecl

Callers 5

cppMethod · 0.80
cppMethod · 0.80
cppMethod · 0.80
cppMethod · 0.80
cppMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected