MCPcopy
hub / github.com/FuelLabs/fuels-ts / push

Method push

packages/program/src/instruction-set.ts:18–20  ·  view source on GitHub ↗
(...args: asm.Instruction[])

Source from the content-addressed store, hash-verified

16 }
17
18 push(...args: asm.Instruction[]) {
19 this.#operations.push(...args);
20 }
21
22 concat(ops: asm.Instruction[]): asm.Instruction[] {
23 return this.#operations.concat(ops);

Callers 15

getInstructionsFunction · 0.95
sideNodesForRootMethod · 0.80
proveMethod · 0.80
verifyProofFunction · 0.80
compactProofFunction · 0.80
constructTreeFunction · 0.80
calcRootFunction · 0.80
getProofFunction · 0.80
constructTreeFunction · 0.80

Calls

no outgoing calls

Tested by 3

cacheResourcesFunction · 0.64
fetchAllCoinsFromAccountFunction · 0.64