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

Method id

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

Source from the content-addressed store, hash-verified

71
72 @property
73 def id(self) -> Optional[str]:
74 return self._src.get('id', None)
75
76 @property
77 def local(self) -> Optional[str]:

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected