MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / IsCanonical

Method IsCanonical

Kernel/include/pty.h:124–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123 bool Echo() { return tios.c_lflag & ECHO; }
124 bool IsCanonical() { return tios.c_lflag & ICANON; }
125
126 void UpdateLineCount();
127

Callers 2

IoctlMethod · 0.80
CanReadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected