MCPcopy
hub / github.com/coder/mux / getIsoNow

Function getIsoNow

src/node/services/taskService.ts:1009–1011  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1007}
1008
1009function getIsoNow(): string {
1010 return new Date().toISOString();
1011}
1012
1013async function runtimePathExists(runtime: Runtime, path: string): Promise<boolean> {
1014 assert(path.length > 0, "runtimePathExists: path must be non-empty");

Calls

no outgoing calls

Tested by

no test coverage detected