MCPcopy Create free account
hub / github.com/expr-lang/expr / GetCgoUnsignedCharArray

Function GetCgoUnsignedCharArray

internal/spew/testdata/dumpcgo.go:63–65  ·  view source on GitHub ↗

GetCgoUnsignedCharArray returns an unsigned char array via cgo and the array's len and cap. This is only used for tests.

()

Source from the content-addressed store, hash-verified

61// GetCgoUnsignedCharArray returns an unsigned char array via cgo and the
62// array's len and cap. This is only used for tests.
63func GetCgoUnsignedCharArray() (interface{}, int, int) {
64 return C.uca, len(C.uca), cap(C.uca)
65}
66
67// GetCgoSignedCharArray returns a signed char array via cgo and the array's len
68// and cap. This is only used for tests.

Callers 1

addCgoDumpTestsFunction · 0.92

Calls

no outgoing calls

Tested by 1

addCgoDumpTestsFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…