Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ empty
Method
empty
src/common/classes/Nullable.h:55–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
static BaseNullable<T> empty()
56
{
57
BaseNullable<T> nullable;
58
NullableClear<T>::clear(nullable.value);
59
nullable.specified = false;
60
return nullable;
61
}
62
63
T orElse(T elseValue) const
64
{
Callers
5
ISC_expand_filename
Function · 0.45
getTempPath
Method · 0.45
init
Method · 0.45
isEmpty
Method · 0.45
adjustMacroReplacePositions
Method · 0.45
Calls
1
clear
Class · 0.50
Tested by
no test coverage detected