Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
impl ObjNetwork {
101
fn new() -> Self {
102
Self { c: 0 }
103
}
104
}
105
106
impl ImplNetwork for ObjNetwork {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected