attachList function

dynamic attachList(
  1. dynamic scope
)

Implementation

attachList(scope) {
    return {
        "coverage": scope.parsePointer(Parser.coverage),
        "attachPoints": scope.parseList(Parser.pointer(Parser.uShortList))
    };
}