Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
4
package
quicktemplate
5
6
func
unsafeStrToBytes(s string) []byte {
7
return
[]byte(s)
8
}
9
10
func
unsafeBytesToStr(z []byte) string {
11
return
string(z)
Callers
1
S
Method · 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…