Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ RealTime
Struct
RealTime
api/cloudcontroller/ccv3/internal/real_time.go:5–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
"time"
4
5
type
RealTime
struct
{}
6
7
func
(RealTime) Now() time.Time {
8
return
time.Now()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected