MCPcopy Create free account
hub / github.com/FSoft-AI4Code/CodeText-parser / get_class_list

Method get_class_list

src/codetext/parser/rust_parser.py:25–27  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

23
24 @staticmethod
25 def get_class_list(node):
26 res = get_node_by_kind(node, ['impl_item', 'mod_item']) # trait is like an interface
27 return res
28
29 @staticmethod
30 def get_docstring_node(node) -> List:

Callers

nothing calls this directly

Calls 1

get_node_by_kindFunction · 0.85

Tested by

no test coverage detected