Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
def
generate_fid(class_name, func_name):
8
return
class_name +
':'
+ func_name
9
10
11
def
decompose_fid(func_id):
Callers
3
handle_call_node
Function · 0.70
handle_func_node
Function · 0.70
get_func_ranges_java
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected