MCPcopy Create free account
hub / github.com/elastic/devfiler / Location

Class Location

src/ui/tabs/top_funcs.rs:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255
256#[derive(Debug, PartialEq, Eq, Hash)]
257struct Location {
258 pub kind: FrameKind,
259 pub func: String,
260 pub file: Option<String>,
261}
262
263impl Location {
264 fn matches_filter(&self, filter: &str) -> bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected