MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / now

Function now

projects/openade-module/src/node.ts:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56function now(): string {
57 return new Date().toISOString()
58}
59
60function sourceForTurn(type: OpenADETurnStartRequest["type"], label?: string): OpenADEActionEventSource {
61 const userLabel = label || type

Callers 15

startTurnFunction · 0.70
createRepoFunction · 0.70
updateRepoFunction · 0.70
createTaskFunction · 0.70
deleteTaskFunction · 0.70
setupTaskEnvironmentFunction · 0.70
createActionEventFunction · 0.70
completeActionEventFunction · 0.70
errorActionEventFunction · 0.70
stoppedActionEventFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected