Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GothenburgBitFactory/taskwarrior
/ is_undo_point
Method
is_undo_point
src/taskchampion-cpp/src/lib.rs:400–402 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
398
}
399
400
fn is_undo_point(&self) -> bool {
401
matches!(&self.0, tc::Operation::UndoPoint)
402
}
403
404
fn get_uuid(&self) -> ffi::Uuid {
405
match self.0 {
Callers
1
confirm_revert
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected