You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// GetNumberOfChildren returns number of children of given vertex
144
+
// GetNumberOfChildren returns the number of children of the given vertex that exist in the forest.
145
145
func (f*LevelledForest) GetNumberOfChildren(id flow.Identifier) int {
146
-
container:=f.vertices[id] // if vertex does not exist, container is the default zero value for vertexContainer, which contains a nil-slice for its children
0 commit comments