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

Method field

crates/expr/src/errors.rs:34–36  ·  view source on GitHub ↗

Cannot resolve field name within table

(table: TableName, field: &str)

Source from the content-addressed store, hash-verified

32
33 /// Cannot resolve field name within table
34 pub fn field(table: TableName, field: &str) -> Self {
35 Self::Field(table, field.to_owned())
36 }
37}
38
39#[derive(Error, Debug)]

Callers 12

fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45

Calls 1

to_ownedMethod · 0.45

Tested by 1

fmtMethod · 0.36