buildRawData(Defined in: src/parsing/parsing-utilities.ts:462 Processes an instruction set to build raw data entries, excluding specified strings, and converts certain elements into hashed or numeric representations.instructionSet
,excludeArray
):number
[]
Parameters
Parameter | Type | Description |
---|---|---|
instructionSet | any [] | An array of instructions to process. Elements can be strings or numbers. |
excludeArray | string [] | An array of strings to exclude from processing. |
Returns
number
[]
An object containing: - instructionSetIndex
: An array of indices in the instruction set corresponding to processed elements. - argumentTypes
: An array of argument types (e.g., 1 for strings). - dataValues
: An array of byte arrays representing the processed data values.