MCPcopy Index your code
hub / github.com/couchbase/couchbase-python-client / local

Method local

couchbase/diagnostics.py:77–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75
76 @property
77 def local(self) -> Optional[str]:
78 return self._src.get('local', None)
79
80 @property
81 def remote(self) -> Optional[str]:

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected