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

Method reject_draft_chunk

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

Source from the content-addressed store, hash-verified

581
582 #[rpc_auth(auth = "bearer", scope = "config:write", role = "admin")]
583 async fn reject_draft_chunk(
584 &self,
585 request: Request<RejectDraftChunkRequest>,
586 ) -> Result<Response<RejectDraftChunkResponse>, Status> {
587 policy::handle_reject_draft_chunk(&self.state, request).await
588 }
589
590 #[rpc_auth(auth = "bearer", scope = "config:write", role = "admin")]
591 async fn approve_all_draft_chunks(

Callers 1

spawn_draft_rejectFunction · 0.45

Calls 1

Tested by

no test coverage detected