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

Function GetCgoTypedefedUnsignedCharArray

internal/spew/testdata/dumpcgo.go:81–83  ·  view source on GitHub ↗

GetCgoTypedefedUnsignedCharArray returns a typedefed 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

79// GetCgoTypedefedUnsignedCharArray returns a typedefed unsigned char array via
80// cgo and the array's len and cap. This is only used for tests.
81func GetCgoTypedefedUnsignedCharArray() (interface{}, int, int) {
82 return C.tuca, len(C.tuca), cap(C.tuca)
83}

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…