MCPcopy
hub / github.com/cortexlabs/cortex / String

Function String

pkg/lib/hash/hash.go:36–38  ·  view source on GitHub ↗
(str string)

Source from the content-addressed store, hash-verified

34}
35
36func String(str string) string {
37 return Bytes([]byte(str))
38}
39
40func Strings(strs ...string) string {
41 return String(strings.Join(strs, ","))

Callers 5

CheckCredentialsMethod · 0.92
mainFunction · 0.92
InitFunction · 0.92
StringsFunction · 0.70
AnyFunction · 0.70

Calls 1

BytesFunction · 0.85

Tested by

no test coverage detected