MCPcopy Create free account
hub / github.com/SeaQL/FireDBG.for.Rust / ParseFunction

Interface ParseFunction

parser/src/parsing/function.rs:8–10  ·  view source on GitHub ↗

Parse function breakpoints

Source from the content-addressed store, hash-verified

6
7// Parse function breakpoints
8pub(crate) trait ParseFunction {
9 fn parse(&self) -> Vec<FunctionDef>;
10}
11
12// Entry point of function breaking parsing
13impl ParseFunction for syn::Item {

Callers

nothing calls this directly

Implementers 1

function.rsparser/src/parsing/function.rs

Calls

no outgoing calls

Tested by

no test coverage detected