Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FSoft-AI4Code/CodeText-parser
/ get_class_list
Method
get_class_list
src/codetext/parser/cpp_parser.py:86–88 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
84
85
@staticmethod
86
def
get_class_list(node):
87
res = get_node_by_kind(node, [
'class_specifier'
])
88
return
res
89
90
@staticmethod
91
def
get_comment_node(node):
Callers
nothing calls this directly
Calls
1
get_node_by_kind
Function · 0.85
Tested by
no test coverage detected