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

Method GetDirectory

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

Source from the content-addressed store, hash-verified

1253}
1254
1255func (x *Manifest) GetDirectory() string {
1256 if x != nil {
1257 return x.Directory
1258 }
1259 return ""
1260}
1261
1262func (x *Manifest) GetVsCodePortProxyUri() string {
1263 if x != nil {

Callers 1

CreateSubAgentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected