MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / connected

Method connected

web/pgadmin/utils/driver/abstract.py:214–215  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

212
213 @abstractmethod
214 def connected(self):
215 pass
216
217 @abstractmethod
218 def reset(self):

Callers 15

get_nodesMethod · 0.45
nodesMethod · 0.45
nodeMethod · 0.45
updateMethod · 0.45
listMethod · 0.45
propertiesMethod · 0.45
statisticsMethod · 0.45
connect_statusMethod · 0.45
connectMethod · 0.45
reload_configurationMethod · 0.45
create_restore_pointMethod · 0.45
wal_replayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected