MCPcopy Create free account
hub / github.com/dfinity/orbit / edit_registry_entry

Function edit_registry_entry

core/control-panel/impl/src/controllers/registry.rs:41–45  ·  view source on GitHub ↗
(
    input: EditRegistryEntryInput,
)

Source from the content-addressed store, hash-verified

39
40#[update(name = "edit_registry_entry")]
41async fn edit_registry_entry(
42 input: EditRegistryEntryInput,
43) -> ApiResult<EditRegistryEntryResponse> {
44 CONTROLLER.edit_registry_entry(input).await
45}
46
47#[update(name = "delete_registry_entry")]
48async fn delete_registry_entry(

Callers

nothing calls this directly

Calls 1

edit_registry_entryMethod · 0.80

Tested by

no test coverage detected