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

Method createParser

common/providers/interfaces.ts:66–66  ·  view source on GitHub ↗

* 创建解析器实例

(type: string, sourceName: string, sourceUrl: string, rechargeRatio?: number)

Source from the content-addressed store, hash-verified

64 * 创建解析器实例
65 */
66 createParser(type: string, sourceName: string, sourceUrl: string, rechargeRatio?: number): BaseParser | null;
67
68 /**
69 * 获取支持的类型列表

Callers 1

pricing.tsFile · 0.65

Implementers 1

ProviderFactorycommon/providers/factory.ts

Calls

no outgoing calls

Tested by

no test coverage detected