MCPcopy Create free account
hub / github.com/AI45Lab/Code / is_eof

Method is_eof

core/src/tools/builtin/bash.rs:815–817  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

813 }
814
815 fn is_eof(&self) -> bool {
816 self.pos >= self.chars.len()
817 }
818
819 fn peek(&self) -> Option<char> {
820 self.chars.get(self.pos).copied()

Callers 1

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected