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

Method from

crates/csskit_lsp/src/jsonrpc/id.rs:26–28  ·  view source on GitHub ↗
(value: &str)

Source from the content-addressed store, hash-verified

24
25impl From<&str> for Id {
26 fn from(value: &str) -> Self {
27 Self::String(value.into())
28 }
29}
30
31impl From<String> for Id {

Callers

nothing calls this directly

Calls 1

NumberClass · 0.85

Tested by

no test coverage detected