MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / at_start

Method at_start

std/re/src/main/matcher.rs:239–241  ·  view source on GitHub ↗
(&self, pos: usize)

Source from the content-addressed store, hash-verified

237 }
238
239 fn at_start(&self, pos: usize) -> bool {
240 pos == 0 || (self.flags.multiline && pos > 0 && self.input[pos - 1] == '\n')
241 }
242
243 fn at_end(&self, pos: usize) -> bool {
244 let len = self.input.len();

Callers 1

mMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected