Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getSingleCallInstructions
Function · 0.95
getInstructions
Function · 0.95
sideNodesForRoot
Method · 0.80
prove
Method · 0.80
sparseMerkleTree.test.ts
File · 0.80
verifyProof
Function · 0.80
compactProof
Function · 0.80
constructTree
Function · 0.80
calcRoot
Function · 0.80
getProof
Function · 0.80
sumMerkleTree.test.ts
File · 0.80
constructTree
Function · 0.80
Calls
no outgoing calls
Tested by
3
cacheResources
Function · 0.64
fetchAllCoinsFromAccount
Function · 0.64
inputsToExcludeResourcesOption
Function · 0.64