GetSize returns the number of levels.
()
| 33 | |
| 34 | // GetSize returns the number of levels. |
| 35 | func (label *Label) GetSize() int { |
| 36 | return len(label.LevelsName) |
| 37 | } |
| 38 | |
| 39 | // PushBack adds a level in the back of the current Label. |
| 40 | func (label *Label) PushBack(name string, id int) { |
no outgoing calls
no test coverage detected