Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donkeyteethUX/iced_plot
/ with_capacity
Method
with_capacity
src/plot_renderer/shader.rs:218–222 ·
view source on GitHub ↗
(capacity: usize)
Source
from the content-addressed store, hash-verified
216
}
217
}
218
219
/// Helper for writing vertex data
220
struct VertexWriter {
221
data: Vec<u8>,
222
}
223
224
impl VertexWriter {
225
fn new() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected