nitc :: MEntity :: cs_location
# Source code location of this MEntity formatted for console fun cs_location(no_color: nullable Bool): String do if no_color == null or not no_color then return location.to_s.bold.gray end return location.to_s end