MCPcopy Create free account
hub / github.com/Persper/code-analytics / get_specifiers

Function get_specifiers

persper/analytics/call_graph/java.py:15–18  ·  view source on GitHub ↗

Helper function to first find all specifier nodes and then return their texts

(node)

Source from the content-addressed store, hash-verified

13
14
15def get_specifiers(node):
16 """Helper function to first find all specifier nodes
17 and then return their texts"""
18 return [n.text for n in node.findall('./srcml:specifier', ns)]
19
20
21def handle_name_node(name_node):

Callers 1

prepare_env_classFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected