Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cpaczek/skylight
/ get
Method
get
server/src/tle.ts:54–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
async
get(): Promise<Tle[]> {
55
if
(Date.now() - this.fetchedAt > this.ttlMs)
await
this.refresh();
56
return
this.tles;
57
}
58
59
private
async
refresh(): Promise<void> {
60
try {
Callers
15
main
Function · 0.95
find
Method · 0.45
find
Method · 0.45
constructor
Method · 0.45
observe
Method · 0.45
turnRateDps
Method · 0.45
smoothGeo
Method · 0.45
getSatrec
Function · 0.45
star
Function · 0.45
mergeSources
Function · 0.45
enrich
Method · 0.45
onConnect
Method · 0.45
Calls
1
refresh
Method · 0.95
Tested by
no test coverage detected