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

Method interp

src/storage/tables/stacktraces.rs:136–142  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

134 }
135
136 pub const fn interp(self) -> Option<InterpKind> {
137 match self {
138 FrameKind::Regular(x) => Some(x),
139 FrameKind::Error(x) => Some(x),
140 _ => None,
141 }
142 }
143}
144
145/// Entry in the frame list (additionally stores frame kind).

Callers 2

fmtMethod · 0.80
insert_traceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected