MCPcopy Create free account
hub / github.com/YuminosukeSato/ironkernel / is_done

Method is_done

src/python/py_task.rs:19–24  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

17#[cfg(test)]
18impl TaskInner {
19 pub(crate) fn is_done(&self) -> bool {
20 match self {
21 Self::Native(handle) => handle.is_done(),
22 Self::Callable(handle) => handle.is_done(),
23 }
24 }
25
26 pub(crate) fn result(&self) -> ParsecResult<TaskResult> {
27 match self {

Callers 4

execute_callable_outcomeFunction · 0.45
goMethod · 0.45
doneMethod · 0.45

Calls 1

doneMethod · 0.80

Tested by

no test coverage detected