Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
401
func
timeNow() string {
402
return
time.Now().UTC().Format(time.RFC3339Nano)
403
}
404
405
func
coalesce(s, fallback string) string {
406
if
s ==
""
{
Callers
6
RefreshAll
Method · 0.85
UpsertItem
Method · 0.85
UpsertItems
Method · 0.85
MarkInstalled
Method · 0.85
MarkUninstalled
Method · 0.85
runMigrations
Method · 0.85
Calls
1
Format
Method · 0.65
Tested by
no test coverage detected