Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
200
module PCV
201
def to_symbol
202
return self.text_value ==
"const"
? :const : :volatile
203
end
204
end
205
206
module PFriendDecl
Callers
5
cpp
Method · 0.80
cpp
Method · 0.80
cpp
Method · 0.80
cpp
Method · 0.80
cpp
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected