()
| 41 | } |
| 42 | |
| 43 | func (m *Model) Process() *process.Process { |
| 44 | return m.process |
| 45 | } |
| 46 | |
| 47 | // IsRecentlyHealthy returns true if the model passed a health check within the TTL. |
| 48 | func (m *Model) IsRecentlyHealthy() bool { |
no outgoing calls
no test coverage detected