Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
b56cada6
Commit
b56cada6
authored
Apr 03, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
c9e3d095
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
wcfs/internal/δbtree/δbtree.go
wcfs/internal/δbtree/δbtree.go
+4
-0
No files found.
wcfs/internal/δbtree/δbtree.go
View file @
b56cada6
...
...
@@ -49,6 +49,7 @@ type PathSet struct {
masterIdx
map
[
*
Tree
]
SetObject
}
/*
// NewPathSet creates new empty PathSet.
func NewPathSet() *PathSet {
return &PathSet{
...
...
@@ -56,7 +57,9 @@ func NewPathSet() *PathSet {
masterIdx: make(map[*Tree]SetObject),
}
}
*/
/*
// Add adds path to collection and associates path root with master.
//
// path[0] signifies a root.
...
...
@@ -103,6 +106,7 @@ func (m *PathSet) Add(master interface{}, path []Node) {
}
masterSet.Add(master)
}
*/
// Invalidates returns which masters are invalidated by changed objects.
//
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment