MCPcopy
hub / github.com/expr-lang/expr / begin

Method begin

checker/checker.go:948–953  ·  view source on GitHub ↗
(collectionNature Nature, vars ...varScope)

Source from the content-addressed store, hash-verified

946}
947
948func (v *Checker) begin(collectionNature Nature, vars ...varScope) {
949 v.predicateScopes = append(v.predicateScopes, predicateScope{
950 collection: collectionNature,
951 vars: vars,
952 })
953}
954
955func (v *Checker) end() {
956 v.predicateScopes = v.predicateScopes[:len(v.predicateScopes)-1]

Callers 1

builtinNodeMethod · 0.95

Implementers 3

Configconf/config.go
Checkerchecker/checker.go
OperatorOverloadingpatcher/operator_override.go

Calls

no outgoing calls

Tested by

no test coverage detected