github.com/lann/ps.tree.isLeaf (method)

3 uses

	github.com/lann/ps (current package)
		map.go#L179: 	if self.isLeaf() { // we have no children
		map.go#L220: 	if m.isLeaf() {
		map.go#L237: func (m *tree) isLeaf() bool {