MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / username

Method username

sdk-python/src/graphlite_sdk/connection.py:99–101  ·  view source on GitHub ↗

Get the username for this session

(self)

Source from the content-addressed store, hash-verified

97 return self._session_id
98
99 def username(self) -> str:
100 """Get the username for this session"""
101 return self._username
102
103 def query(self, query: str) -> QueryResult:
104 """

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected