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

Method Apply

sdks/csharp/src/Table.cs:75–75  ·  view source on GitHub ↗

Apply a delta to the table. Should not invoke any user callbacks, since not all tables have been updated yet. Should fix up indices, to be ready for PostApply.

(IEventContext context, IParsedTableUpdate parsedTableUpdate)

Source from the content-addressed store, hash-verified

73 /// <param name="context"></param>
74 /// <param name="parsedTableUpdate"></param>
75 internal void Apply(IEventContext context, IParsedTableUpdate parsedTableUpdate);
76
77 /// <summary>
78 /// Finish applying a delta to a table.

Callers 6

ChunkedRemovalsMethod · 0.45
ApplyUpdateMethod · 0.45
ApplyMethod · 0.45

Calls

no outgoing calls

Tested by 4

ChunkedRemovalsMethod · 0.36