Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/encrypted-spaces/prototype
/ execute
Method
execute
sdk/src/table.rs:1088–1090 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1086
}
1087
1088
pub async fn execute(self) -> Result<usize> {
1089
self.execute_as(None).await
1090
}
1091
1092
/// Execute an update with a changelog entry, optionally overriding the
1093
/// `OpType` (e.g. `RefreshKeys`, `ListUpdate`).
Callers
15
build_fixture
Function · 0.45
build_cycle_fixture
Function · 0.45
run_realistic_sequence
Function · 0.45
build_fixture
Function · 0.45
init_prepopulated_chat_fixture
Function · 0.45
init_prepopulated_fs_fixture
Function · 0.45
run_channel_insert
Function · 0.45
run_channel_update
Function · 0.45
fs_delete_inode_direct
Function · 0.45
build_chat_cycles
Function · 0.45
build_fixture
Function · 0.45
build_fixture
Function · 0.45
Calls
1
execute_as
Method · 0.80
Tested by
15
test_real_index_predicate_integer_bound_is_normalized
Function · 0.36
test_join_query
Function · 0.36
test_join_multiple_rows
Function · 0.36
test_join_with_where_and_order
Function · 0.36
test_join_with_alias
Function · 0.36
test_aliased_self_join_projects_distinct_sides
Function · 0.36
test_join_no_matches
Function · 0.36
test_join_cache_behavior
Function · 0.36
test_join_cache_on_indexed_column
Function · 0.36
test_join_cache_partial_miss
Function · 0.36
test_join_cache_reused_across_different_where
Function · 0.36
test_crud_operations
Function · 0.36