MCPcopy Create free account
hub / github.com/hashintel/hash / increase

Method increase

libs/error-stack/src/fmt/mod.rs:812–814  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

810 }
811
812 const fn increase(&mut self) {
813 self.0 += 1;
814 }
815
816 fn render(self) -> Option<Line> {
817 match self.0 {

Callers 1

debug_attachments_invokeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected