Wizbit is a way to store and organise your data which remembers every change you make, synchronises without worry, and is browsable in terms of how you think about the data you're looking for.
Wiz.CommitStore
Dumped from vala
CommitStore(string database, string uuid)
string? get_primary_tip()
List
List
string? get_forward(string version_uuid)
List
string? get_backward(string version_uuid)
string? get_root()
int get_timestamp(string version_uuid)
int get_commits_between_timestamps(int timestamp1, int timestamp2)
bool has_commit(string uuid)
Commit? lookup_commit(string uuid)
Commit store_commit(Commit c)
- Login to post comments
