MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / GetPath

Method GetPath

agent/app/model/runtime.go:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (r *Runtime) GetPath() string {
38 return path.Join(global.Dir.RuntimeDir, r.Type, r.Name)
39}
40
41func (r *Runtime) GetFPMPath() string {
42 return path.Join(global.Dir.RuntimeDir, r.Type, r.Name, "conf", "php-fpm.conf")

Callers 15

GetComposePathMethod · 0.95
GetEnvPathMethod · 0.95
GetLogPathMethod · 0.95
GetSlowLogPathMethod · 0.95
LoadAppLauncherMethod · 0.45
GetHermesChatSessionsMethod · 0.45
CreateMethod · 0.45
OperateMethod · 0.45
UpdateMethod · 0.45
createWafConfigFunction · 0.45
delWafConfigFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected