MCPcopy Create free account
hub / github.com/ceramicnetwork/rust-ceramic / insert_many

Method insert_many

api/src/server.rs:312–318  ·  view source on GitHub ↗
(
        &self,
        items: Vec<ApiItem>,
        informant: NodeId,
    )

Source from the content-addressed store, hash-verified

310#[async_trait::async_trait]
311impl<S: EventService> EventService for Arc<S> {
312 async fn insert_many(
313 &self,
314 items: Vec<ApiItem>,
315 informant: NodeId,
316 ) -> Result<Vec<EventInsertResult>> {
317 self.as_ref().insert_many(items, informant).await
318 }
319
320 async fn range_with_values(
321 &self,

Callers 1

process_eventsMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected