Expand description
Contract verification: check that callers pass the correct number of arguments to callees. Heuristic, not perfect, but catches obvious mismatches.
Structs§
Functions§
- verify_
contracts - Verify function call contracts across the codebase.
- verify_
contracts_ with_ graph - Like
verify_contracts, but accepts a pre-built graph + entities to avoid redundant work when the caller already has them cached.