Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fish2018/pansou
/ init
Function
init
plugin/xys/xys.go:56–58 ·
view source on GitHub ↗
init 注册插件
()
Source
from the content-addressed store, hash-verified
54
55
// init 注册插件
56
func
init() {
57
plugin.RegisterGlobalPlugin(NewXysPlugin())
58
}
59
60
// NewXysPlugin 创建新的小云搜索插件实例
61
func
NewXysPlugin() *XysPlugin {
Callers
nothing calls this directly
Calls
2
RegisterGlobalPlugin
Function · 0.92
NewXysPlugin
Function · 0.85
Tested by
no test coverage detected