MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / from

Method from

graphlite/src/storage/value.rs:432–434  ·  view source on GitHub ↗
(s: String)

Source from the content-addressed store, hash-verified

430/// Convert from Rust primitive types to Value
431impl From<String> for Value {
432 fn from(s: String) -> Self {
433 Value::String(s)
434 }
435}
436
437impl From<&str> for Value {

Callers

nothing calls this directly

Calls 3

TimeWindowClass · 0.85
NodeClass · 0.70
EdgeClass · 0.70

Tested by

no test coverage detected