MCPcopy Create free account
hub / github.com/DAddYE/igo / writeString

Method writeString

from_go/from_go.go:223–278  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

writeCommentMethod · 0.95
printMethod · 0.95

Calls 2

atLineBeginMethod · 0.95
IsValidMethod · 0.45

Tested by

no test coverage detected