Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
func
(opt *Plugin) settingPath() string {
165
return
filepath.Join(SettingDir, strings.ToLower(opt.Name)+
".yaml"
)
166
}
167
168
func
(opt *Plugin) Save() error {
169
if
opt.saveTimer == nil {
Callers
2
assign
Method · 0.95
Save
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected