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

Function GetCgoSignedCharArray

internal/spew/testdata/dumpcgo.go:69–71  ·  view source on GitHub ↗

GetCgoSignedCharArray returns a signed 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

67// GetCgoSignedCharArray returns a signed char array via cgo and the array's len
68// and cap. This is only used for tests.
69func GetCgoSignedCharArray() (interface{}, int, int) {
70 return C.sca, len(C.sca), cap(C.sca)
71}
72
73// GetCgoUint8tArray returns a uint8_t array via cgo and the array's len and
74// 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…