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

Method default

json/jsonrpc/src/convention.rs:130–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128
129impl Default for Response {
130 fn default() -> Self {
131 Self {
132 jsonrpc: JSONRPC_VERSION.into(),
133 result: Value::Null,
134 error: None,
135 id: Value::Null,
136 }
137 }
138}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected