Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolthub/doltgresql
/ Empty
Method
Empty
utils/stack.go:72–74 ·
view source on GitHub ↗
Empty returns whether the stack is empty.
()
Source
from the content-addressed store, hash-verified
70
71
// Empty returns whether the stack is empty.
72
func
(s *Stack[T]) Empty() bool {
73
return
len(s.values) == 0
74
}
Callers
4
PeekAuthType
Method · 0.45
PopAuthType
Method · 0.45
Or
Method · 0.45
Finish
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected