Files
c-toxcore/auto_tests
iphydf 206ea35304 refactor: Explicitly pass dependencies to constructors.
Instead of transitively loading them from dependencies, we should be
explicit about what each object needs. The downside of this is that it's
not clear whether the object and its dependency use the same common
dependency. The upside is that we don't expose those getters of internal
dependencies.
2025-11-02 23:31:59 +00:00
..