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

Method table

crates/expr/src/errors.rs:29–31  ·  view source on GitHub ↗

Cannot resolve table name

(name: &str)

Source from the content-addressed store, hash-verified

27
28 /// Cannot resolve table name
29 pub fn table(name: &str) -> Self {
30 Self::Table(name.to_owned())
31 }
32
33 /// Cannot resolve field name within table
34 pub fn field(table: TableName, field: &str) -> Self {

Callers 5

schema_for_tableMethod · 0.45
schema_for_tableMethod · 0.45
update_databaseFunction · 0.45
tableFunction · 0.45

Calls 2

TableClass · 0.50
to_ownedMethod · 0.45

Tested by

no test coverage detected