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

Method ToString

sdks/csharp/src/MultiDictionary.cs:320–330  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

318 }
319
320 public override string ToString()
321 {
322 StringBuilder result = new();
323 result.Append("SpacetimeDB.MultiDictionary { ");
324 foreach (var item in RawDict)
325 {
326 result.Append($"({item.Key}: {item.Value.Value}) x {item.Value.Multiplicity}, ");
327 }
328 result.Append("}");
329 return result.ToString();
330 }
331
332 }
333

Callers 14

log_module_identityMethod · 0.45
UserNameOrIdentityFunction · 0.45
WriteMethod · 0.45
WriteMethod · 0.45
ApplyMethod · 0.45
ToStringMethod · 0.45
ToStringMethod · 0.45
OnSubscriptionAppliedFunction · 0.45
UpdateLeaderboardMethod · 0.45

Calls

no outgoing calls

Tested by 2

WriteMethod · 0.36