Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
98
pub struct LiteralValue(String);
99
100
impl LiteralValue {
101
pub fn new(s: String) -> Self {
Callers
1
from
Method · 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…