MCPcopy Create free account
hub / github.com/Technolution/rustig / get_compilation_unit_directories

Function get_compilation_unit_directories

lib/callgraph/src/callgraph/mod.rs:337–366  ·  view source on GitHub ↗

Function returning all compilation unit directories used to assembly the binary. These compilation unit dirs are used at a later stage to determine crate names. The returned list is guaranteed not to contain duplicates, and is sorted descending lexicographically. That enables easy determination of the crate name in `get_crate_details`.

(ctx: &'a Context)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

build_call_graphMethod · 0.85

Calls 1

get_attr_string_bufFunction · 0.85

Tested by

no test coverage detected