Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/endbasic/endbasic
/ is_interactive
Method
is_interactive
std/src/console/trivial.rs:72–74 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
70
}
71
72
fn is_interactive(&self) -> bool {
73
true
74
}
75
76
fn leave_alt(&mut self) -> io::Result<()> {
77
Ok(())
Callers
4
read_line
Function · 0.45
read_line_secure
Function · 0.45
print
Method · 0.45
write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected