IsAction returns true if the action mode is action mode (uses github/gh-aw-actions repo)
()
| 53 | |
| 54 | // IsAction returns true if the action mode is action mode (uses github/gh-aw-actions repo) |
| 55 | func (m ActionMode) IsAction() bool { |
| 56 | return m == ActionModeAction |
| 57 | } |
| 58 | |
| 59 | // UsesExternalActions returns true (always true since inline mode was removed) |
| 60 | func (m ActionMode) UsesExternalActions() bool { |
no outgoing calls