Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dunitrust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nodes
rust
Dunitrust
Merge requests
!20
Resolve "Implement Web of Trust in a more "rusty" way"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Implement Web of Trust in a more "rusty" way"
28-implement-web-of-trust-in-a-more-rusty-way
into
dev
Overview
18
Commits
8
Pipelines
0
Changes
2
Merged
nanocryk
requested to merge
28-implement-web-of-trust-in-a-more-rusty-way
into
dev
7 years ago
Overview
7
Commits
8
Pipelines
0
Changes
2
Expand
Closes
#28 (closed)
Edited
7 years ago
by
nanocryk
0
0
Merge request reports
Viewing commit
ade6245c
Prev
Next
Show latest version
2 files
+
102
−
22
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
ade6245c
[enh] Some basic methods
· ade6245c
nanocryk
authored
7 years ago
wotb/lib.rs
+
1
−
1
Options
@@ -169,7 +169,7 @@ pub trait WebOfTrust {
fn
add_node
(
&
mut
self
)
->
NodeId
;
/// Remove the last node.
/// Returns `None` if the WoT was empty.
/// Returns `None` if the WoT was empty
, otherwise new top node id
.
fn
rem_node
(
&
mut
self
)
->
Option
<
NodeId
>
;
/// Get the size of the WoT.
Loading