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

Method end

crates/bindings-cpp/include/spacetimedb/table.h:552–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550
551 TableIterator<T> begin() { return TableIterator<T>(table_id_); }
552 TableIterator<T> end() { return TableIterator<T>(); }
553
554 // -------------------------------------------------------------------------
555 // Table Metadata

Callers 15

LookupHttpHandlerNameFunction · 0.45
__call_reducer__Method · 0.45
registerTypeMethod · 0.45
registerAndGetIndexMethod · 0.45
registerTypeByNameMethod · 0.45
UpsertTableMethod · 0.45
UpsertReducerMethod · 0.45
UpsertProcedureMethod · 0.45
UpsertViewMethod · 0.45
UpsertHttpHandlerMethod · 0.45
BuildModuleDefMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected