wrap_text(text : string, width : int) -> [string] Split 'text' into multiple lines of no more than 'width' characters each, and return the list of strings that results.
(text, width)
source not stored for this graph (policy: none)
no test coverage detected