MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / approve_all_draft_chunks

Method approve_all_draft_chunks

crates/openshell-server/src/grpc/mod.rs:591–596  ·  view source on GitHub ↗
(
        &self,
        request: Request<ApproveAllDraftChunksRequest>,
    )

Source from the content-addressed store, hash-verified

589
590 #[rpc_auth(auth = "bearer", scope = "config:write", role = "admin")]
591 async fn approve_all_draft_chunks(
592 &self,
593 request: Request<ApproveAllDraftChunksRequest>,
594 ) -> Result<Response<ApproveAllDraftChunksResponse>, Status> {
595 policy::handle_approve_all_draft_chunks(&self.state, request).await
596 }
597
598 #[rpc_auth(auth = "bearer", scope = "config:write", role = "admin")]
599 async fn edit_draft_chunk(

Callers 1

spawn_draft_approve_allFunction · 0.45

Calls 1

Tested by

no test coverage detected