Skip to content

Add BatchLookup support for a pointer to a slice #1290

Description

@brycekahle

BatchLookup claims it doesn't support a pointer to a slice, but sysenc.SyscallOutput does support pointers to slices:

// We're dealing with a pointer to a slice. Dereference and
// handle it like a regular slice.
value = value.Elem()

Could batchCount and sliceLen be updated to support pointer to slices?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions