def is_resolved()

in src/buildstream_plugins/sources/cargo.py [0:0]


    def is_resolved(self):
        return (self.ref is not None) and all(crate.is_resolved() for crate in self.crates)