()
| 953 | } |
| 954 | |
| 955 | func (v *Checker) end() { |
| 956 | v.predicateScopes = v.predicateScopes[:len(v.predicateScopes)-1] |
| 957 | } |
| 958 | |
| 959 | func (v *Checker) checkBuiltinGet(node *ast.BuiltinNode) Nature { |
| 960 | if len(node.Arguments) != 2 { |
no outgoing calls
no test coverage detected