MCPcopy Index your code
hub / github.com/Persper/code-analytics / generate_fid

Function generate_fid

persper/graphs/call_graph/java.py:7–8  ·  view source on GitHub ↗
(class_name, func_name)

Source from the content-addressed store, hash-verified

5
6
7def generate_fid(class_name, func_name):
8 return class_name + ':' + func_name
9
10
11def decompose_fid(func_id):

Callers 3

handle_call_nodeFunction · 0.70
handle_func_nodeFunction · 0.70
get_func_ranges_javaFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected