MCPcopy Create free account

hub / github.com/clockworklabs/SpacetimeDB / functions

Functions27,764 in github.com/clockworklabs/SpacetimeDB

↓ 14 callersMethodacceptConnection
()
crates/bindings-typescript/src/sdk/websocket_test_adapter.ts:75
↓ 14 callersMethodbuild
* Builds a new `DbConnection` with the parameters set on this `DbConnectionBuilder` and attempts to connect to the SpacetimeDB server. * * @retu
crates/bindings-typescript/src/sdk/db_connection_builder.ts:263
↓ 14 callersMethodclear_table
(&mut self, table_id: &Self::TableId)
crates/bench/src/sqlite.rs:95
↓ 14 callersFunctioncompile_select
Converts a logical selection into a physical plan. Note, this utility is specific to subscriptions, in that it does not support explicit column projec
crates/physical-plan/src/compile.rs:169
↓ 14 callersFunctionconnectionManagerReconnectDelayMs
(attempt: number)
crates/bindings-typescript/src/sdk/connection_manager.ts:57
↓ 14 callersFunctioncreate_data
(total_rows: u64)
crates/core/src/sql/execute.rs:354
↓ 14 callersMethoddeserialize
(reader: BinaryReader)
crates/bindings-typescript/src/lib/type_builders.ts:223
↓ 14 callersFunctiondummy_actor_state
()
crates/client-api/src/routes/subscribe.rs:1949
↓ 14 callersFunctionensureUser
(ctx: any)
tools/llm-oneshot/apps/chat-app/typescript/gpt-5-2/spacetime/chat-app-20260107-092240/backend/spacetimedb/src/index.ts:44
↓ 14 callersMethodeq
sdks/unreal/src/SpacetimeDbSdk/Source/SpacetimeDbSdk/Public/QueryBuilder/expr.h:330
↓ 14 callersMethodgetSnapshot
(key: string)
crates/bindings-typescript/tests/connection_manager.test.ts:300
↓ 14 callersMethodget_table
(&self, table_id: TableId)
crates/datastore/src/locking_tx_datastore/committed_state.rs:796
↓ 14 callersMethodget_u32
(&mut self)
crates/sats/src/buffer.rs:215
↓ 14 callersMethodhas_name
Returns whether the variant has the given name.
crates/sats/src/layout.rs:868
↓ 14 callersMethodinsert_bulk
(&mut self, table_id: &Self::TableId, rows: Vec<T>)
crates/bench/src/sqlite.rs:116
↓ 14 callersMethodinto_string
Convert the body into a [`String`], erroring if it is not valid UTF-8.
crates/bindings/src/http.rs:701
↓ 14 callersMethodmodule_specific
Mark this key as module-specific. For example, the `js-bin` config option makes sense only when applied to a single module. The `server` config option
crates/cli/src/spacetime_config.rs:623
↓ 14 callersFunctionnowMicros
(ctx: { timestamp: { microsSinceUnixEpoch: bigint }; })
tools/llm-oneshot/apps/chat-app/typescript/gpt-5-2/spacetime/chat-app-20260107-092240/backend/spacetimedb/src/index.ts:22
↓ 14 callersFunctionother
()
crates/query-builder/src/lib.rs:80
↓ 14 callersMethodpage_index
(self)
crates/table/src/indexes.rs:305
↓ 14 callersFunctionread_from_bytes
Read a `T` from `bytes` at the `curr_offset` and advance by `size` bytes. # Safety Let `value = &bytes[range_move(0..size_of::<T>(), *curr_offset)]`
crates/table/src/bflatn_from.rs:407
↓ 14 callersFunctionread_from_bytes
Read a `T` from `bytes` at the `curr_offset` and advance by `size` bytes. # Safety Let `value = &bytes[range_move(0..size_of::<T>(), *curr_offset)]`
crates/table/src/row_hash.rs:219
↓ 14 callersMethodremove_all_subscriptions
(&mut self, client: &ClientId)
crates/core/src/subscription/module_subscription_manager.rs:1204
↓ 14 callersMethodrollback_mut_tx
(&self, tx: Self::MutTx)
crates/datastore/src/locking_tx_datastore/datastore.rs:923
↓ 14 callersFunctionsystem_tables
()
crates/datastore/src/system_tables.rs:210
↓ 14 callersMethodto_hex
(&self)
crates/sats/src/hash.rs:40
↓ 14 callersMethodto_usize
(self)
crates/table/src/table_index/unique_direct_index.rs:43
↓ 14 callersMethodupdate
crates/bindings-cpp/include/spacetimedb/table_with_constraints.h:485
↓ 14 callersFunctionupdateActivity
(ctx: any)
tools/llm-oneshot/apps/chat-app/typescript/opus-4-5/spacetime/chat-app-20260105-180000/backend/spacetimedb/src/reducers.ts:136
↓ 13 callersMethodClear
crates/bindings-cpp/src/internal/v10_builder.cpp:30
↓ 13 callersMethodErr
(E error)
crates/bindings-csharp/BSATN.Runtime/Builtins.cs:651
↓ 13 callersMethodIsValid
sdks/unreal/src/SpacetimeDbSdk/Source/SpacetimeDbSdk/Public/DBCache/TableHandle.h:35
↓ 13 callersMethodadd_table_for_tests
(&mut self, schema: RawTableDefV8)
crates/lib/src/lib.rs:210
↓ 13 callersMethodanonymousView
( opts: ViewOpts, ret: Ret, fn: F, // Compile-time-only guard: this rest parameter is `[]` for
crates/bindings-typescript/src/server/schema.ts:433
↓ 13 callersFunctionassertEqual
(expected: T, found: T, label: string)
crates/bindings-typescript/case-conversion-test-client/src/index.ts:42
↓ 13 callersFunctionassert_not_valid
(ty: AlgebraicType)
crates/sats/src/typespace.rs:463
↓ 13 callersMethodcreate
(tag: string, value?: unknown)
crates/bindings-typescript/src/lib/type_builders.ts:1656
↓ 13 callersMethodcreate_node
Create a new simulated node. Nodes are a scheduling/pausing boundary rather than separate executors: all nodes still run on the same single-threaded
crates/runtime/src/sim/executor/mod.rs:172
↓ 13 callersFunctiondatabase_identity
Determine the identity of the `database`.
crates/cli/src/util.rs:26
↓ 13 callersMethoddelete_row
Free a row, marking its fixed-len and var-len storage granules as available for re-use. This call will clear the unmodified hash. # Safety - `fixed
crates/table/src/page.rs:1576
↓ 13 callersFunctionget
()
crates/table/benches/var_len_visitor.rs:99
↓ 13 callersMethodget_api_macro
(&self)
crates/codegen/src/unrealcpp.rs:37
↓ 13 callersMethodget_bsatn
(&self)
crates/core/src/host/mod.rs:95
↓ 13 callersFunctionget_datastore
()
crates/datastore/src/locking_tx_datastore/datastore.rs:1134
↓ 13 callersMethodget_or_create_insert_table_mut
( &mut self, table_id: TableId, )
crates/datastore/src/locking_tx_datastore/mut_tx.rs:1123
↓ 13 callersMethodget_row_data
Returns the range of row data starting at `offset` and lasting `size` bytes.
crates/table/src/page.rs:1277
↓ 13 callersFunctionhandle_worker_request
( ctx: &'static str, reply_tx: JsReplyTx<T>, f: impl FnOnce() -> (T, bool), )
crates/core/src/host/v8/mod.rs:917
↓ 13 callersMethodinto_queries
(self)
sdks/rust/src/subscription.rs:280
↓ 13 callersMethodinto_response
(self)
crates/client-api/src/util/websocket.rs:120
↓ 13 callersMethodkey_from_algebraic_value
(&self, value: &'a AlgebraicValue)
crates/table/src/table_index/mod.rs:1921
↓ 13 callersMethodlen
Returns the number of bytes this message consists of.
crates/core/src/client/client_connection.rs:516
↓ 13 callersFunctionmake_test_sequence_schema
(params: SequenceParams)
crates/datastore/src/locking_tx_datastore/sequence.rs:250
↓ 13 callersFunctionnewTable
()
crates/bindings-typescript/tests/table_cache.test.ts:104
↓ 13 callersMethodnext
(&mut self)
crates/commitlog/src/segment.rs:558
↓ 13 callersMethodoptimize
(self)
crates/physical-plan/src/plan.rs:100
↓ 13 callersMethodpage_and_offset
Returns the page and page offset that `ptr` points to.
crates/table/src/table.rs:198
↓ 13 callersFunctionparse_int
Parse an integer literal into an [AlgebraicValue]
crates/expr/src/lib.rs:177
↓ 13 callersFunctionponder_migrate
Construct a migration plan. If `new` has an `__update__` reducer, return a manual migration plan. Otherwise, try to plan an automatic migration. This
crates/schema/src/auto_migrate.rs:468
↓ 13 callersMethodproject
Construct a projection of the row at `self` by extracting the `cols`. Returns an error if `cols` specifies an index which is out-of-bounds for the ro
crates/table/src/table.rs:1867
↓ 13 callersFunctionrandom_row
()
crates/datastore/src/locking_tx_datastore/datastore.rs:1413
↓ 13 callersFunctionretainMock
(key: string, builder: MockBuilder)
crates/bindings-typescript/tests/connection_manager_reconnect.test.ts:173
↓ 13 callersMethodsend_client_message_v1
( &self, recipient: Arc<ClientConnectionSender>, tx_offset: Option<TransactionOffset>,
crates/core/src/subscription/module_subscription_manager.rs:1797
↓ 13 callersMethodsender
(&self)
crates/core/src/client/client_connection.rs:942
↓ 13 callersMethodserialize
(&self, serializer: S)
crates/sats/src/hash.rs:80
↓ 13 callersFunctionsubscribe_these_then
( ctx: &impl RemoteDbContext, queries: &[&str], callback: impl FnOnce(&SubscriptionEventContext) +
sdks/rust/tests/test-client/src/test_handlers.rs:417
↓ 13 callersFunctionu64_row_size
()
crates/table/src/page.rs:2007
↓ 13 callersFunctionuseSpacetimeDB
()
crates/bindings-typescript/src/react/useSpacetimeDB.ts:10
↓ 13 callersMethodwith_mut_schema
Runs a mutation on the [`TableSchema`] of this table. This uses a clone-on-write mechanism. If none but `self` refers to the schema, then the mutatio
crates/table/src/table.rs:1403
↓ 13 callersMethodwrite_bytes
Write `bytes: &[u8; N]` starting at the current offset and advance the offset by `N`.
crates/table/src/bflatn_to.rs:436
↓ 13 callersMethodwrite_module_code
Writes new module code to the project. This switches from precompiled mode to runtime compilation mode. If the project structure doesn't exist (e.g.,
crates/smoketests/src/lib.rs:1305
↓ 12 callersMethodException
(string message)
sdks/csharp/src/ISpacetimeDBLogger.cs:33
↓ 12 callersFunctionFromStatus
sdks/unreal/src/SpacetimeDbSdk/Source/SpacetimeDbSdk/Public/Connection/Callback.h:661
↓ 12 callersMethodIter
demo/Blackholio/client-unreal/Source/client_unreal/Private/ModuleBindings/Tables/FoodTable.g.cpp:44
↓ 12 callersMethodMarkFailure
sdks/unreal/tests/TestProcClient/Source/TestProcClient/Private/Tests/TestCounter.cpp:20
↓ 12 callersFunctionName
crates/bindings-cpp/include/spacetimedb/abi/opaque_types.h:37
↓ 12 callersMethodNew
()
crates/bindings-csharp/Runtime/Router.cs:27
↓ 12 callersMethodProduct
crates/bindings-cpp/include/spacetimedb/bsatn/algebraic_type.h:270
↓ 12 callersMethodReset
()
crates/bindings-csharp/Runtime/Internal/ITable.cs:84
↓ 12 callersFunctionSubscribeTheseThen
sdks/unreal/tests/TestClient/Source/TestClient/Private/Tests/CommonTestFunctions.cpp:181
↓ 12 callersMethodToBytes
()
crates/bindings-csharp/Runtime/Http.cs:62
↓ 12 callersMethodTryGetIdentity
sdks/unreal/tests/TestClient/Source/TestClient/Private/ModuleBindings/SpacetimeDBClient.g.cpp:254
↓ 12 callersFunctionUnique
()
crates/bindings-typescript/src/lib/autogen/types.ts:222
↓ 12 callersMethodWrite
(BinaryWriter writer, Unit value)
crates/bindings-csharp/BSATN.Runtime/Builtins.cs:117
↓ 12 callersMethodalgebraic_type
(&self)
crates/sats/src/layout.rs:540
↓ 12 callersMethodalias
Add an alias for a clap argument name that also maps to this key. This is useful for backwards compatibility when renaming arguments. Example: Key::ne
crates/cli/src/spacetime_config.rs:615
↓ 12 callersMethodas_raw
Returns the raw identifier of this identifier.
crates/schema/src/identifier.rs:89
↓ 12 callersMethodas_read_only
Create a sender-bound read-only view context using this reducer's caller.
crates/bindings/src/lib.rs:1108
↓ 12 callersMethodborrow
(&self)
crates/client-api-messages/src/name.rs:383
↓ 12 callersMethodbsatn_serialize
Uuid BSATN implementation UUIDs are serialized as a product with a single __uuid__ field containing a u128
crates/bindings-cpp/include/spacetimedb/bsatn/uuid.h:402
↓ 12 callersMethodbuild
Create the node with the accumulated configuration.
crates/runtime/src/sim/executor/mod.rs:73
↓ 12 callersFunctioncall
(f: impl FnOnce(*mut T) -> u16)
crates/bindings-sys/src/lib.rs:1059
↓ 12 callersMethodcall_reducer_with_tx
(&mut self, tx: Option<MutTxId>, params: CallReducerParams)
crates/core/src/host/wasm_common/module_host_actor.rs:591
↓ 12 callersMethodconsole_log
( LogLevel level, [In] byte[] target, uint target_len, [In] byte[] filename,
crates/bindings-csharp/Runtime/Internal/FFI.cs:318
↓ 12 callersMethodcreate_table_mut_tx
(&self, tx: &mut Self::MutTx, schema: TableSchema)
crates/datastore/src/locking_tx_datastore/datastore.rs:475
↓ 12 callersMethoddedent
(&mut self)
crates/schema/src/auto_migrate/termcolor_formatter.rs:131
↓ 12 callersMethoddelete_col_eq
Deletes all the rows in table with `table_id` where the column with `col_pos` equals `value`.
crates/datastore/src/locking_tx_datastore/mut_tx.rs:586
↓ 12 callersFunctiondirect
Returns a direct index algorithm for the column `col`.
crates/lib/src/db/raw_def/v9.rs:342
↓ 12 callersFunctionencode
(bytes: &[u8; N])
crates/sats/src/hex.rs:14
↓ 12 callersMethodeq
(&self, other: &T)
crates/sats/src/lib.rs:169
↓ 12 callersFunctioneq_bsatn_int_seq
Equates the integer slice `lhs` to the BSATN-encoded one in `rhs`. SAFETY: `T` must be an integer type.
crates/sats/src/bsatn/eq.rs:74
← previousnext →701–800 of 27,764, ranked by callers