| 20 | #[derive(Accounts)] |
| 21 | #[instruction(name: String)] |
| 22 | pub struct Hello {} |
| 23 | // Replace the above by this to enforce that the ix can only be run from a given thread |
| 24 | // #[derive(Accounts)] |
| 25 | // pub struct Hello<'info> { |
nothing calls this directly
no outgoing calls
no test coverage detected