MCPcopy Index your code
hub / github.com/coder/coder / GetLogPath

Method GetLogPath

agent/proto/agent.pb.go:1030–1035  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1028}
1029
1030func (x *WorkspaceAgentScript) GetLogPath() string {
1031 if x != nil {
1032 return x.LogPath
1033 }
1034 return ""
1035}
1036
1037func (x *WorkspaceAgentScript) GetScript() string {
1038 if x != nil {

Callers 1

agentScriptsFromProtoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected