Render
Render renders the demo for gnoweb.
Command
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/moul/x/daily/disjointsetdemo/v0.Render()"
Result
Package disjointsetdemo is a small gnoweb demo of the union-find structure provided by the p/moul/x/daily/disjointset(/p/moul/x/daily/disjointset/v0) library: it merges a fixed list of pairs and shows the resulting partition.
It contains no union-find logic of its own. Stateless, so Render is deterministic — and the library's Partition is order-independent, which is what makes the output safe to pin.
Render renders the demo for gnoweb.
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/moul/x/daily/disjointsetdemo/v0.Render()"