Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rabbitstack/fibratus
/ stringToBytes
Function
stringToBytes
pkg/util/fasttemplate/unsafe.go:24–26 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
22
}
23
24
func
stringToBytes(s string) []byte {
25
return
unsafe.Slice(unsafe.StringData(s), len(s))
26
}
Callers
2
Reset
Method · 0.85
ExecuteFunc
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected