Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ agentLogsKey
Function
agentLogsKey
site/src/api/queries/workspaces.ts:487–487 ·
view source on GitHub ↗
(agentId: string)
Source
from the content-addressed store, hash-verified
485
};
486
487
export
const
agentLogsKey = (agentId: string) => [
"agents"
, agentId,
"logs"
];
488
489
export
const
agentLogs = (agentId: string) => {
490
return
{
Callers
4
DownloadAgentLogsButton.stories.tsx
File · 0.90
DownloadLogsDialog.stories.tsx
File · 0.90
WorkspaceActions.stories.tsx
File · 0.90
agentLogs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected