MCPcopy Index your code
hub / github.com/coder/mux / updateRecencyTimestamp

Method updateRecencyTimestamp

src/node/services/workspaceService.ts:2410–2414  ·  view source on GitHub ↗
(workspaceId: string, timestamp?: number)

Source from the content-addressed store, hash-verified

2408 }
2409
2410 private async updateRecencyTimestamp(workspaceId: string, timestamp?: number): Promise<void> {
2411 await this.emitWorkspaceActivityUpdate(workspaceId, "update workspace recency", () =>
2412 this.extensionMetadata.updateRecency(workspaceId, timestamp ?? Date.now())
2413 );
2414 }
2415
2416 public async updateAgentStatus(
2417 workspaceId: string,

Callers 5

setHeartbeatSettingsMethod · 0.95
sendMessageMethod · 0.95

Calls 2

updateRecencyMethod · 0.45

Tested by

no test coverage detected