MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / log_module_identity

Method log_module_identity

modules/module-test-cs/Lib.cs:300–305  ·  view source on GitHub ↗
(ReducerContext ctx)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 2

InfoMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected