()
| 4027 | } |
| 4028 | |
| 4029 | func (x *GraphComplete) GetAiTasks() []*AITask { |
| 4030 | if x != nil { |
| 4031 | return x.AiTasks |
| 4032 | } |
| 4033 | return nil |
| 4034 | } |
| 4035 | |
| 4036 | func (x *GraphComplete) GetHasExternalAgents() bool { |
| 4037 | if x != nil { |
no outgoing calls
no test coverage detected