MCPcopy 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_lineFunction · 0.45
read_line_secureFunction · 0.45
printMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected