MCPcopy 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
487export const agentLogsKey = (agentId: string) => ["agents", agentId, "logs"];
488
489export const agentLogs = (agentId: string) => {
490 return {

Calls

no outgoing calls

Tested by

no test coverage detected