knowdit-repo-model 0.6.0

Smart contract auditing framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Test suites for [`crate::repo::RepoDatabase`], grouped by the API
//! surface they cover. Each submodule stands up a fresh on-disk SQLite
//! via its own `temp_db` helper, calls `init_schema`, seeds whatever
//! FK-parent rows the test needs, then drives the method under test.

mod chain;
mod findings;
mod link;
mod link_resume;
mod move_lang;
mod repo;