File: semantics_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 (16 lines) | stat: -rw-r--r-- 379 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by "stringer -type=Semantics"; DO NOT EDIT

package mmvdump

import "fmt"

const _Semantics_name = "NoSemantics"

var _Semantics_index = [...]uint8{0, 11}

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