MCPcopy
hub / github.com/klauspost/compress / String

Method String

zstd/blocktype_string.go:80–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78var _tableIndex_index = [...]uint8{0, 19, 31, 48}
79
80func (i tableIndex) String() string {
81 if i >= tableIndex(len(_tableIndex_index)-1) {
82 return "tableIndex(" + strconv.FormatInt(int64(i), 10) + ")"
83 }
84 return _tableIndex_name[_tableIndex_index[i]:_tableIndex_index[i+1]]
85}

Callers

nothing calls this directly

Calls 1

tableIndexTypeAlias · 0.85

Tested by

no test coverage detected