MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / request_id

Method request_id

nodedb/src/data/executor/task.rs:41–43  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

39 }
40
41 pub fn request_id(&self) -> RequestId {
42 self.request.request_id
43 }
44
45 pub fn plan(&self) -> &PhysicalPlan {
46 &self.request.plan

Callers 9

drain_and_rejectFunction · 0.80
execute_cancelMethod · 0.80
poll_oneMethod · 0.80
response_okMethod · 0.80
response_with_payloadMethod · 0.80
response_partialMethod · 0.80
response_errorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected