MCPcopy Create free account
hub / github.com/abaplint/transpiler / array

Method array

packages/runtime/src/types/table.ts:459–461  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

457
458 // Modifications to the array must be done inside this class, in order to keep track of LOOP indexes
459 public array(): any[] {
460 return this.value;
461 }
462
463 public clear(): void {
464 this.value = [];

Callers 15

expandDynamicFunction · 0.45
expandINFunction · 0.45
parametersCallFunction · 0.45
setMethod · 0.45
modifyInternalFunction · 0.45
concatenateFunction · 0.45
readTableFunction · 0.45
deleteInternalFunction · 0.45
deleteDatabaseFunction · 0.45
insertDatabaseFunction · 0.45
replaceFunction · 0.45
loopFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected