[#TxGraph-IsOversized] = xref:TxGraph.adoc[TxGraph]::IsOversized :relfileprefix: ../ :mrdocs: Determine whether the graph is oversized (contains a connected component of more than the configured maximum cluster count). Some of the functions below are not available for oversized graphs. The mutators above are always available. Removing a transaction by destroying its Ref while staging exists will not clear main's oversizedness until staging is aborted or committed. == Synopsis Declared in `<txgraph.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool IsOversized(xref:TxGraph/Level.adoc[Level] level) noexcept = 0; ---- == Return Value True if the selected graph is oversized. == Parameters [cols="1,4"] |=== | Name| Description | *level* | Which graph (main or staging) to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#