MCPcopy Index your code
hub / github.com/FSoft-AI4Code/CodeText-parser / get_class_list

Method get_class_list

src/codetext/parser/java_parser.py:69–71  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

67
68 @staticmethod
69 def get_class_list(node):
70 res = get_node_by_kind(node, ['class_declaration'])
71 return res
72
73 @staticmethod
74 def get_function_list(node):

Callers

nothing calls this directly

Calls 1

get_node_by_kindFunction · 0.85

Tested by

no test coverage detected