MCPcopy Index your code
hub / github.com/Rust-API/Rust-API-Bypass-Checker / Analyzer

Interface Analyzer

tests/reachable_test/src/main.rs:12–15  ·  view source on GitHub ↗

自定义 trait:用于测试“trait 方法(AssocFn)”的枚举与过滤

Source from the content-addressed store, hash-verified

10
11/// 自定义 trait:用于测试“trait 方法(AssocFn)”的枚举与过滤
12pub trait Analyzer {
13 fn normalize(&mut self);
14 fn score(&self) -> usize;
15}
16
17impl Packet {
18 /// 结构体本身的方法 1:构造

Callers

nothing calls this directly

Implementers 1

main.rstests/reachable_test/src/main.rs

Calls

no outgoing calls

Tested by

no test coverage detected