simulate: resource population #13034
Annotations
9 errors and 1 warning
ledger/simulation/resources.go#L634
[Lint Warnings] reported by reviewdog 🐶
func `(*TxnResources).getTotalRefs` is unused (unused)
Raw Output:
ledger/simulation/resources.go:634:24: func `(*TxnResources).getTotalRefs` is unused (unused)
func (r *TxnResources) getTotalRefs() int {
^
|
ledger/simulation/resources.go#L640
[Lint Warnings] reported by reviewdog 🐶
func `(*TxnResources).hasRoom` is unused (unused)
Raw Output:
ledger/simulation/resources.go:640:24: func `(*TxnResources).hasRoom` is unused (unused)
func (r *TxnResources) hasRoom() bool {
^
|
ledger/simulation/resources.go#L644
[Lint Warnings] reported by reviewdog 🐶
func `(*TxnResources).hasRoomForAccount` is unused (unused)
Raw Output:
ledger/simulation/resources.go:644:24: func `(*TxnResources).hasRoomForAccount` is unused (unused)
func (r *TxnResources) hasRoomForAccount() bool {
^
|
ledger/simulation/resources.go#L648
[Lint Warnings] reported by reviewdog 🐶
func `(*TxnResources).hasRoomForCrossRef` is unused (unused)
Raw Output:
ledger/simulation/resources.go:648:24: func `(*TxnResources).hasRoomForCrossRef` is unused (unused)
func (r *TxnResources) hasRoomForCrossRef() bool {
^
|
ledger/simulation/resources.go#L652
[Lint Warnings] reported by reviewdog 🐶
func `(*TxnResources).hasRoomForBoxWithApp` is unused (unused)
Raw Output:
ledger/simulation/resources.go:652:24: func `(*TxnResources).hasRoomForBoxWithApp` is unused (unused)
func (r *TxnResources) hasRoomForBoxWithApp() bool {
^
|
ledger/simulation/resources.go#L658
[Lint Warnings] reported by reviewdog 🐶
func `(*TxnResources).hasApp` is unused (unused)
Raw Output:
ledger/simulation/resources.go:658:24: func `(*TxnResources).hasApp` is unused (unused)
func (r *TxnResources) hasApp(app basics.AppIndex) bool {
^
|
ledger/simulation/resources.go#L664
[Lint Warnings] reported by reviewdog 🐶
func `(*TxnResources).hasAsset` is unused (unused)
Raw Output:
ledger/simulation/resources.go:664:24: func `(*TxnResources).hasAsset` is unused (unused)
func (r *TxnResources) hasAsset(aid basics.AssetIndex) bool {
^
|
ledger/simulation/resources.go#L670
[Lint Warnings] reported by reviewdog 🐶
func `(*TxnResources).hasAccount` is unused (unused)
Raw Output:
ledger/simulation/resources.go:670:24: func `(*TxnResources).hasAccount` is unused (unused)
func (r *TxnResources) hasAccount(addr basics.Address) bool {
^
|
ledger/simulation/resources.go#L690
[Lint Warnings] reported by reviewdog 🐶
func `(*TxnResources).addBox` is unused (unused)
Raw Output:
ledger/simulation/resources.go:690:24: func `(*TxnResources).addBox` is unused (unused)
func (r *TxnResources) addBox(app basics.AppIndex, name string) {
^
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job succeeded
Loading