Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eigent-ai/eigent
/ get
Function
get
server/app/api/demo_controller.py:26–27 ·
view source on GitHub ↗
(user=Depends(auth_optional))
Source
from the content-addressed store, hash-verified
24
25
@router.get(
"/demo"
)
26
def
get(user=Depends(auth_optional)):
27
return
{
"message"
: user.id
if
user
else
_(
"no auth"
),
"content"
: _(
"hello"
)}
Callers
15
projectStore.ts
File · 0.50
computedProgressValue
Function · 0.50
removeTask
Function · 0.50
stopTask
Function · 0.50
chatStore
Function · 0.50
onmessage
Function · 0.50
onopen
Function · 0.50
setTaskRunning
Function · 0.50
setLatestPlanConfirmed
Function · 0.50
addTaskInfo
Function · 0.50
addTerminal
Function · 0.50
addFileList
Function · 0.50
Calls
1
_
Class · 0.85
Tested by
no test coverage detected