MCPcopy
hub / github.com/valyala/quicktemplate / unsafeStrToBytes

Function unsafeStrToBytes

util_appengine.go:6–8  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

4package quicktemplate
5
6func unsafeStrToBytes(s string) []byte {
7 return []byte(s)
8}
9
10func unsafeBytesToStr(z []byte) string {
11 return string(z)

Callers 1

SMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…