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

Method new

json/jsonrpc/src/main.rs:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99
100impl ObjNetwork {
101 fn new() -> Self {
102 Self { c: 0 }
103 }
104}
105
106impl ImplNetwork for ObjNetwork {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected