Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ getvalue
Method
getvalue
lib/pgsql_shim/pgsqlinterface.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
char *getvalue(const PGresult *res, int tup_num, int field_num) const override
56
{
57
return PQgetvalue(res, tup_num, field_num);
58
}
59
60
int isthreadsafe() const override
61
{
Callers
1
FetchRow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected