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

Method into_loc

parser/src/parsing/source.rs:113–118  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111
112impl IntoLineColumn for proc_macro2::LineColumn {
113 fn into_loc(self) -> LineColumn {
114 LineColumn {
115 line: self.line as u32,
116 column: Some(self.column as u32),
117 }
118 }
119}

Callers 4

parse_body_endFunction · 0.80
parse_body_loc_startFunction · 0.80
parse_body_loc_endFunction · 0.80
parse_bodyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected