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

Method get_function_list

src/codetext/parser/go_parser.py:91–93  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

89
90 @staticmethod
91 def get_function_list(node):
92 res = get_node_by_kind(node, ['method_declaration', 'function_declaration'])
93 return res
94
95 @staticmethod
96 def get_function_metadata(function_node, blob: str=None) -> Dict[str, str]:

Calls 1

get_node_by_kindFunction · 0.85