File: toctype_string.go

package info (click to toggle)
golang-github-performancecopilot-speed 4.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 508 kB
  • sloc: makefile: 38
file content (17 lines) | stat: -rw-r--r-- 424 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by "stringer --type=TocType"; DO NOT EDIT

package mmvdump

import "fmt"

const _TocType_name = "TocIndomsTocInstancesTocMetricsTocValuesTocStrings"

var _TocType_index = [...]uint8{0, 9, 21, 31, 40, 50}

func (i TocType) String() string {
	i -= 1
	if i < 0 || i >= TocType(len(_TocType_index)-1) {
		return fmt.Sprintf("TocType(%d)", i+1)
	}
	return _TocType_name[_TocType_index[i]:_TocType_index[i+1]]
}