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

Method clone

packages/runtime/src/types/data_reference.ts:25–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 public clone(): DataReference {
26 const n = new DataReference(this.type);
27 n.pointer = this.pointer;
28 return n;
29 }
30
31 public getType(): PointerType {
32 return this.type;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected