Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
*/
63
export
function
getSupportedFormats(): FormatFeature[] {
64
return
sniffer.getSupportedFormats()
65
}
66
67
/**
68
* 根据格式 ID 获取格式特征
Callers
2
cli.ts
File · 0.85
registerImportRoutes
Function · 0.85
Calls
1
getSupportedFormats
Method · 0.65
Tested by
no test coverage detected