MCPcopy Create free account
hub / github.com/actix/examples / inc

Method inc

json/jsonrpc/src/main.rs:123–125  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

121 }
122
123 fn inc(&mut self) {
124 self.c += 1;
125 }
126}
127
128#[derive(Clone)]

Callers 1

rpc_selectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected