MCPcopy Create free account
hub / github.com/csskit/csskit / default

Method default

crates/csskit_lsp/src/jsonrpc/id.rs:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19impl Default for Id {
20 fn default() -> Self {
21 Self::Number(0)
22 }
23}
24
25impl From<&str> for Id {

Callers

nothing calls this directly

Calls 1

NumberClass · 0.85

Tested by

no test coverage detected