MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / timeNow

Function timeNow

internal/metadata/store.go:401–403  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

399}
400
401func timeNow() string {
402 return time.Now().UTC().Format(time.RFC3339Nano)
403}
404
405func coalesce(s, fallback string) string {
406 if s == "" {

Callers 6

RefreshAllMethod · 0.85
UpsertItemMethod · 0.85
UpsertItemsMethod · 0.85
MarkInstalledMethod · 0.85
MarkUninstalledMethod · 0.85
runMigrationsMethod · 0.85

Calls 1

FormatMethod · 0.65

Tested by

no test coverage detected