MCPcopy Create free account
hub / github.com/PerroEngine/Perro / is_ident_start

Function is_ident_start

perro_website/src/highlight.rs:256–258  ·  view source on GitHub ↗
(ch: char)

Source from the content-addressed store, hash-verified

254 i += 1;
255 while i < chars.len() && is_ident_continue(chars[i]) {
256 i += 1;
257 }
258 push_span(&mut out, "tok-life", &chars[start..i]);
259 } else if ch == '\'' {
260 let start = i;
261 i += 1;

Callers 2

highlight_rustFunction · 0.85
is_lifetimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected