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

Method AddTable

sdks/csharp/src/RemoteTablesBase.cs:9–12  ·  view source on GitHub ↗
(IRemoteTableHandle table)

Source from the content-addressed store, hash-verified

7 private readonly Dictionary<string, IRemoteTableHandle> tables = new();
8
9 protected void AddTable(IRemoteTableHandle table)
10 {
11 tables.Add(table.RemoteTableName, table);
12 }
13
14 internal IRemoteTableHandle? GetTable(string name)
15 {

Callers

nothing calls this directly

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected