LogFileName implements loop.Provider.
()
| 50 | |
| 51 | // LogFileName implements loop.Provider. |
| 52 | func (p *CodexProvider) LogFileName() string { return "codex.log" } |
| 53 | |
| 54 | // CleanOutput implements loop.Provider - Codex doesn't use a special format. |
| 55 | func (p *CodexProvider) CleanOutput(output string) string { return output } |
no outgoing calls