3 Star 0 Fork 0

依赖极速下载/cc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
scope_string.go 377 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jan Mercl 提交于 2017-03-23 02:53 +08:00 . Fix Model.BinOpType.
// Code generated by "stringer -type Scope"; DO NOT EDIT.
package cc
import "fmt"
const _Scope_name = "ScopeFileScopeBlockScopeMembersScopeParams"
var _Scope_index = [...]uint8{0, 9, 19, 31, 42}
func (i Scope) String() string {
if i < 0 || i >= Scope(len(_Scope_index)-1) {
return fmt.Sprintf("Scope(%d)", i)
}
return _Scope_name[_Scope_index[i]:_Scope_index[i+1]]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_addons/cc.git
git@gitee.com:mirrors_addons/cc.git
mirrors_addons
cc
cc
d673e9b70d4d

搜索帮助