MCPcopy Create free account
hub / github.com/csskit/csskit / peek_n

Method peek_n

crates/css_parse/src/parser.rs:326–328  ·  view source on GitHub ↗
(&self, n: u8)

Source from the content-addressed store, hash-verified

324
325 #[inline]
326 pub fn peek_n(&self, n: u8) -> Cursor {
327 self.peek_n_with_skip(n, self.skip)
328 }
329
330 #[inline]
331 pub fn peek_n_including_whitespace(&self, n: u8) -> Cursor {

Callers 15

parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
peekMethod · 0.80
parseMethod · 0.80
peekMethod · 0.80
parseMethod · 0.80
peekMethod · 0.80
parseMethod · 0.80
peekMethod · 0.80
parseMethod · 0.80

Calls 1

peek_n_with_skipMethod · 0.80

Tested by 2

peek_and_nextFunction · 0.64