(ReducerContext ctx)
| 298 | } |
| 299 | |
| 300 | [Reducer] |
| 301 | public static void log_module_identity(ReducerContext ctx) |
| 302 | { |
| 303 | // Note: converting to lowercase to match the Rust formatting. |
| 304 | Log.Info($"Module identity: {ctx.DatabaseIdentity.ToString().ToLower()}"); |
| 305 | } |
| 306 | |
| 307 | [Reducer] |
| 308 | public static void test(ReducerContext ctx, TestAlias arg, TestB arg2, TestC arg3, TestF arg4) |