Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/endbasic/endbasic
/ is_interactive
Method
is_interactive
st7735s/src/lib.rs:409–411 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
407
}
408
409
fn is_interactive(&self) -> bool {
410
self.inner.is_interactive()
411
}
412
413
fn leave_alt(&mut self) -> io::Result<()> {
414
self.inner.leave_alt()
Callers
1
run_repl_loop
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected