MCPcopy Create free account
hub / github.com/NekroAI/one-tracker / constructor

Method constructor

common/providers/oneapi/parser.ts:12–16  ·  view source on GitHub ↗
(
    private sourceName: string,
    private baseUrl: string,
    private rechargeRatio: number = 1,
  )

Source from the content-addressed store, hash-verified

10 readonly type = "oneapi";
11
12 constructor(
13 private sourceName: string,
14 private baseUrl: string,
15 private rechargeRatio: number = 1,
16 ) {}
17
18 getApiPath(): string {
19 return "/api/pricing";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected