Runs a garbage collection pass in the referenced store to collect loose GC-managed objects, if any are available.
| 252 | /// Runs a garbage collection pass in the referenced store to collect loose |
| 253 | /// GC-managed objects, if any are available. |
| 254 | Result<std::monostate> gc() { return context().gc(); } |
| 255 | #endif |
| 256 | |
| 257 | private: |
no outgoing calls