Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/langroid/langroid
/ Item
Class
Item
tests/main/sql_chat/test_sql_chat_security.py:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
27
28
class
Item(Base):
29
__tablename__ =
"items"
30
id = Column(Integer, primary_key=True)
31
name = Column(String, nullable=False)
32
33
34
@pytest.fixture
Callers
1
session
Function · 0.85
Calls
no outgoing calls
Tested by
1
session
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…