Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
normalize_json_like_literal
Function · 0.80
Calls
1
len
Method · 0.45
Tested by
no test coverage detected