Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ RecentEvents
Method
RecentEvents
cf/api/appevents/app_events.go:15–15 ·
view source on GitHub ↗
(appGUID string, limit int64)
Source
from the content-addressed store, hash-verified
13
14
type
Repository
interface
{
15
RecentEvents(appGUID string, limit int64) ([]models.EventFields, error)
16
}
17
18
type
CloudControllerAppEventsRepository
struct
{
Callers
2
Execute
Method · 0.65
app_events_test.go
File · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected