Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ getEventsSince
Method
getEventsSince
studio/src/api/client.ts:117–119 ·
view source on GitHub ↗
(cursor: number)
Source
from the content-addressed store, hash-verified
115
}
116
117
async
getEventsSince(cursor: number): Promise<EventsResult> {
118
return
this.fetch<EventsResult>(`/dashboard/events/since/${cursor}`);
119
}
120
121
// Insights
122
async
getInsights(): Promise<Insight[]> {
Callers
1
useEventsSince
Function · 0.80
Calls
1
fetch
Method · 0.95
Tested by
no test coverage detected