MCPcopy 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_fixtureFunction · 0.45
build_cycle_fixtureFunction · 0.45
run_realistic_sequenceFunction · 0.45
build_fixtureFunction · 0.45
run_channel_insertFunction · 0.45
run_channel_updateFunction · 0.45
fs_delete_inode_directFunction · 0.45
build_chat_cyclesFunction · 0.45
build_fixtureFunction · 0.45
build_fixtureFunction · 0.45

Calls 1

execute_asMethod · 0.80