예제 #1
0
func TreeAdd(tree store.SubGraphs) CollectAction {
	return func(lg *labelGraph) {
		tree.Add(lg.label, lg.sg)
	}
}