MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / getSupportedFormats

Function getSupportedFormats

packages/parser/src/index.ts:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 * 获取所有支持的格式
62 */
63export function getSupportedFormats(): FormatFeature[] {
64 return sniffer.getSupportedFormats()
65}
66
67/**
68 * 根据格式 ID 获取格式特征

Callers 2

cli.tsFile · 0.85
registerImportRoutesFunction · 0.85

Calls 1

getSupportedFormatsMethod · 0.65

Tested by

no test coverage detected