Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/amazon-q-developer-cli
/ start_line
Method
start_line
crates/chat-cli/src/cli/chat/tools/fs_read.rs:557–559 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
555
}
556
557
fn start_line(&self) -> i32 {
558
self.start_line.unwrap_or(Self::DEFAULT_START_LINE)
559
}
560
561
fn end_line(&self) -> i32 {
562
self.end_line.unwrap_or(Self::DEFAULT_END_LINE)
Callers
2
queue_description
Method · 0.45
invoke
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected