MCPcopy Index your code
hub / github.com/coder/coder / mockTwoDaysAgo

Function mockTwoDaysAgo

site/src/testHelpers/entities.ts:5053–5057  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5051];
5052
5053function mockTwoDaysAgo() {
5054 const date = new Date();
5055 date.setDate(date.getDate() - 2);
5056 return date.toISOString();
5057}
5058
5059export const MockWorkspaceAgentContainerPorts: TypesGen.WorkspaceAgentContainerPort[] =
5060 [

Callers 1

entities.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected