Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ operator->
Method
operator->
src/common/classes/objects_array.h:90–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
return tmp;
89
}
90
T* operator->()
91
{
92
fb_assert(lst);
93
T* pointer = lst->getPointer(pos);
94
return pointer;
95
}
96
T& operator*()
97
{
98
fb_assert(lst);
Callers
nothing calls this directly
Calls
1
getPointer
Method · 0.45
Tested by
no test coverage detected