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

Method plan

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

Source from the content-addressed store, hash-verified

43 }
44
45 pub fn plan(&self) -> &PhysicalPlan {
46 &self.request.plan
47 }
48
49 pub fn is_expired(&self) -> bool {
50 std::time::Instant::now() > self.request.deadline

Callers 2

executeMethod · 0.80
poll_write_batchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected