MCPcopy Create free account
hub / github.com/dolthub/doltgresql / PushScope

Method PushScope

server/plpgsql/interpreter_stack.go:217–221  ·  view source on GitHub ↗

PushScope creates a new scope.

()

Source from the content-addressed store, hash-verified

215
216// PushScope creates a new scope.
217func (is *InterpreterStack) PushScope() {
218 is.stack.Push(&InterpreterScopeDetails{
219 variables: make(map[string]*interpreterVariable),
220 })
221}
222
223// PopScope removes the current scope.
224func (is *InterpreterStack) PopScope() {

Callers 2

AppendOperationsMethod · 0.80
callFunction · 0.80

Calls 1

PushMethod · 0.80

Tested by

no test coverage detected