MCPcopy 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
474export const buildLogsKey = (workspaceId: string) => [
475 "workspaces",
476 workspaceId,
477 "logs",
478];
479
480export const buildLogs = (workspace: Workspace) => {
481 return {

Callers 4

buildLogsFunction · 0.85

Calls

no outgoing calls

Tested by 1