MCPcopy Create free account
hub / github.com/Logicalshift/flo_draw / add_usage

Method add_usage

canvas/src/draw_stream.rs:63–65  ·  view source on GitHub ↗

Increases the usage count of this core

(&mut self)

Source from the content-addressed store, hash-verified

61 /// Increases the usage count of this core
62 ///
63 pub fn add_usage(&mut self) {
64 self.usage_count += 1;
65 }
66
67 ///
68 /// Decreases the usage count of this core and returns the new usage count

Callers 4

newMethod · 0.80
cloneMethod · 0.80
newMethod · 0.80
cloneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected