unpackAll

fun unpackAll(packedCodes: List<String>): List<String>

Decode multiple packed functions

Return

A list with the decoded functions in the same order as packedCodes

Parameters

packedCodes

The packed functions to be decoded