Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ hasData
Method
hasData
src/common/classes/stack.h:681–684 ·
view source on GitHub ↗
returns true if stack is not empty
Source
from the content-addressed store, hash-verified
679
680
// returns true if stack is not empty
681
bool hasData() const
682
{
683
return stk;
684
}
685
686
// returns true if stack is empty
687
bool isEmpty() const
Callers
3
push
Method · 0.45
reverse_iterator
Class · 0.45
remove
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected