Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
267
impl 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
add
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected