Ejemplo n.º 1
0
func efferentCoupling(node dotwriter.IDotNode) int {
	num := len(node.Children())
	return num
}