MCPcopy Create free account
hub / github.com/coder/coder / fakeApp

Struct fakeApp

codersdk/workspacesdk/tunneler/tunneler_internal_test.go:616–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614}
615
616type fakeApp struct {
617 starts chan appStartRequest
618 closes chan errorResult
619 closed bool
620 started bool
621}
622
623func (f *fakeApp) Close() error {
624 if f.closes == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected