name returns a user friendly name representing the underlying input source.
For files, it is the filepath provided to ByLineSourceRange. For standard input, it is "Standard Input". (Use isStdin() to test for standard input, compare against name().)
See Implementation
name returns a user friendly name representing the underlying input source.
For files, it is the filepath provided to ByLineSourceRange. For standard input, it is "Standard Input". (Use isStdin() to test for standard input, compare against name().)