MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / LiteralValue

Class LiteralValue

crates/query-builder/src/expr.rs:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97#[derive(Clone, Debug)]
98pub struct LiteralValue(String);
99
100impl LiteralValue {
101 pub fn new(s: String) -> Self {

Callers 1

fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…