Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
impl Default for Id {
20
fn default() -> Self {
21
Self::Number(0)
22
}
23
}
24
25
impl From<&str> for Id {
Callers
nothing calls this directly
Calls
1
Number
Class · 0.85
Tested by
no test coverage detected