MCPcopy
hub / github.com/hwholiday/learning_tools / Init

Function Init

all_packaged_library/base/base.go:9–13  ·  view source on GitHub ↗

配置文件的目录

(path string)

Source from the content-addressed store, hash-verified

7)
8//配置文件的目录
9func Init(path string) {
10 config.Init(path)
11 tool.Init()
12 db.Init()
13}
14

Callers

nothing calls this directly

Calls 1

InitMethod · 0.65

Tested by

no test coverage detected