Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ buildLogsKey
Function
buildLogsKey
site/src/api/queries/workspaces.ts:474–478 ·
view source on GitHub ↗
(workspaceId: string)
Source
from the content-addressed store, hash-verified
472
};
473
474
export
const
buildLogsKey = (workspaceId: string) => [
475
"workspaces"
,
476
workspaceId,
477
"logs"
,
478
];
479
480
export
const
buildLogs = (workspace: Workspace) => {
481
return
{
Callers
4
DownloadLogsDialog.stories.tsx
File · 0.90
WorkspaceActions.stories.tsx
File · 0.90
seedWorkspaceFamilyQueries
Function · 0.90
buildLogs
Function · 0.85
Calls
no outgoing calls
Tested by
1
seedWorkspaceFamilyQueries
Function · 0.72