(_key: Pubkey)
| 14 | use crate::dynamic_amm_swap::*; |
| 15 | |
| 16 | fn assert_eq_admin(_key: Pubkey) -> bool { |
| 17 | true |
| 18 | } |
| 19 | |
| 20 | declare_id!("4JTNRRQpgLusbEhGnzTuE9kgPgMLXQX1wqBzU52GduqH"); |
| 21 |
nothing calls this directly
no outgoing calls
no test coverage detected