Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChatLab/ChatLab
/ createSniffer
Function
createSniffer
packages/parser/src/sniffer.ts:228–230 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
226
* 创建并返回全局嗅探器实例
227
*/
228
export
function
createSniffer(): FormatSniffer {
229
return
new
FormatSniffer()
230
}
Callers
1
index.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected