(int p0)
| 64 | } |
| 65 | |
| 66 | @Export(name = "cabi_post_help") |
| 67 | private static void wasmExportHelpPostReturn(int p0) { |
| 68 | Memory.free(Address.fromInt(Address.fromInt((p0) + 0).getInt()), Address.fromInt((p0) + 4).getInt(), 1); |
| 69 | |
| 70 | } |
| 71 | |
| 72 | @Export(name = "admin") |
| 73 | private static int wasmExportAdmin(int p0, int p1, int p2, int p3) { |
nothing calls this directly
no outgoing calls
no test coverage detected