pub unsafe extern "C" fn mlirOpPrintingFlagsElideLargeResourceString(
flags: MlirOpPrintingFlags,
largeResourceLimit: isize,
)
Expand description
Enables the elision of large resources strings by omitting them from the
dialect_resources
section. The largeResourceLimit
is used to configure
what is considered to be a “large” resource by providing an upper limit to
the string size.