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

Function Init

micro_agent/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 db.Init()
12 tool.Init()
13}

Callers

nothing calls this directly

Calls 1

InitMethod · 0.65

Tested by

no test coverage detected