writeString writes the string s to p.output and updates p.pos, p.out, and p.last. If isLit is set, s is escaped w/ tabwriter.Escape characters to protect s from being interpreted by the tabwriter. Note: writeString is only used to write Go tokens, literals, and comments, all of which must be writte
(pos token.Position, s string, isLit bool)
source not stored for this graph (policy: none)
no test coverage detected