Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/msgbyte/tianji
/ Review
Interface
Review
apps/appstore-review/src/reviews.ts:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
import
{ AppstoreConfig, GooglePlayConfig } from
'./types'
;
5
6
interface
Review {
7
id: string;
8
}
9
10
const
REVIEWS_LIMIT = 5000;
11
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected