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

Function intersected

persper/graphs/commit_graph.py:33–34  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

31 G.add_edge(sp, ep, func_ids=[func_id])
32
33def intersected(a, b):
34 return a[0] <= b[0] <= a[1] or b[0] <= a[0] <= b[1]
35
36def get_modified_func_ids(func_ranges, modified_intervals, func_ids):
37 search_ptr = 0

Callers 1

get_modified_func_idsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected