Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Writesonic/GPTRouter
/
Class
src/models/ModelUsage.ts:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
*/
9
@Entity()
10
export
class
ModelUsage extends BaseEntity {
11
@PrimaryGeneratedColumn(
"uuid"
)
12
id: string;
13
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected