MCPcopy 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
24func stringToBytes(s string) []byte {
25 return unsafe.Slice(unsafe.StringData(s), len(s))
26}

Callers 2

ResetMethod · 0.85
ExecuteFuncMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected