func strconv.QuotedPrefix

3 uses

	strconv (current package)
		quote.go#L368: func QuotedPrefix(s string) (string, error) {

	go/ast
		directive.go#L129: 			q, err := strconv.QuotedPrefix(args.str)

	runtime/debug
		mod.go#L250: 				rawKey, err := strconv.QuotedPrefix(kv)