Private API
This page lists non-exported (internal) symbols of CTBase.Core.
From CTBase.Core
__display
CTBase.Core.__display — Function
__display() -> Bool
Return the default value of the display flag.
This internal utility is used to decide whether output should be shown during execution.
Returns
Bool: The default valuetrue, indicating that output is displayed.
Example
julia> using CTBase
julia> CTBase.__display()
true