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

Function list_notifications

core/station/impl/src/controllers/notification.rs:19–21  ·  view source on GitHub ↗
(input: ListNotificationsInput)

Source from the content-addressed store, hash-verified

17// Canister entrypoints for the controller.
18#[query(name = "list_notifications")]
19async fn list_notifications(input: ListNotificationsInput) -> ApiResult<ListNotificationsResponse> {
20 CONTROLLER.list_notifications(input).await
21}
22
23#[update(name = "mark_notifications_read")]
24async fn mark_notifications_read(input: MarkNotificationsReadInput) -> ApiResult<()> {

Callers

nothing calls this directly

Calls 1

list_notificationsMethod · 0.45

Tested by

no test coverage detected