MCPcopy Create free account
hub / github.com/devashishdxt/cli-table / is_synchronous

Method is_synchronous

cli-table/src/buffers.rs:104–110  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

102 }
103
104 fn is_synchronous(&self) -> bool {
105 if let Some(ref buffer) = self.current_buffer {
106 buffer.is_synchronous()
107 } else {
108 self.writer.buffer().is_synchronous()
109 }
110 }
111}

Callers

nothing calls this directly

Calls 1

bufferMethod · 0.80

Tested by

no test coverage detected