MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / resolver.rs

File resolver.rs

compiler/src/main/resolver.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::modules::packages::{NativeBinding, Resolved, Resolver, partition_bindings, parse_manifest, walk_up_dirs, dir_of, join_relative};
2use crate::util::fx::FxHashSet;
3use alloc::{boxed::Box, string::{String, ToString}, vec::Vec};
4use crate::s;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected