MCPcopy Index your code
hub / github.com/cpmech/plotpy / get_buffer

Method get_buffer

src/text.rs:268–270  ·  view source on GitHub ↗
(&'a self)

Source from the content-addressed store, hash-verified

266
267impl GraphMaker for Text {
268 fn get_buffer<'a>(&'a self) -> &'a String {
269 &self.buffer
270 }
271 fn clear_buffer(&mut self) {
272 self.buffer.clear();
273 }

Callers 1

addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected