MCPcopy Index your code
hub / github.com/Monibuca/engine / settingPath

Method settingPath

plugin.go:164–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162}
163
164func (opt *Plugin) settingPath() string {
165 return filepath.Join(SettingDir, strings.ToLower(opt.Name)+".yaml")
166}
167
168func (opt *Plugin) Save() error {
169 if opt.saveTimer == nil {

Callers 2

assignMethod · 0.95
SaveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected