Package-level declarations

Properties

Link copied to clipboard
internal const val DIAGNOSTIC_VALUE_MAX_LENGTH: Int = 100

Longest rendering formatDiagnosticValue will produce before cutting a value short.

Functions

Link copied to clipboard
internal fun formatDiagnosticValue(value: Any?): String

Renders one value for a diagnostic - an exception's query context, or a traced statement.