()
| 67 | } |
| 68 | |
| 69 | func (dm *debugMarkerStack) getSize() int { |
| 70 | return len(dm.positionsOfDebugMarkersBegin) |
| 71 | } |
| 72 | |
| 73 | // top returns the Label of the last debug_marker_begin command if exists. |
| 74 | func (dm *debugMarkerStack) top() *api.Label { |
no outgoing calls
no test coverage detected