Skip to main content

Module edges

Module edges 

Source

Modules§

base
config_edges
document
history
semantic
similarity
structural

Constants§

NAMING_WEIGHT_FLOOR
Raw-weight floor above which a Semantic edge counts as a naming channel (imports/using, calls, type and member refs all sit at >=0.35; tags fallback at 0.30 and same-package/namespace markers at 0.05 stay diffuse).

Functions§

collect_capped_edges
Two-pass edge construction that never retains the raw edge universe as keyed dictionaries and runs every builder exactly once.
discover_all_related_files
get_all_builders
naming_reachable_files
Files reachable from the core set through naming-class edges only, within max_depth hops (#65 per-file admission). Diffuse channels (markers, tags, similarity, structural stars) do not open a file; a file whose only connection is proximity never enters the admissible set.

Type Aliases§

EdgeCategories
EdgeDict