MCPcopy Create free account

hub / github.com/DNAProject/DNA / functions

Functions3,494 in github.com/DNAProject/DNA

↓ 1 callersMethodDeserializationUnsigned
(source *common.ZeroCopySource)
p2pserver/message/types/consensus_payload.go:132
↓ 1 callersMethodDeserialize
(r io.Reader)
cmd/utils/export.go:85
↓ 1 callersMethodDeserialize
(data []byte)
consensus/vbft/msg_types.go:348
↓ 1 callersFunctionDeserializeMessage
(data []byte)
consensus/dbft/consensus_message.go:45
↓ 1 callersFunctionDisconnectHandle
DisconnectHandle handles the disconnect events
p2pserver/message/utils/msg_handler.go:581
↓ 1 callersMethodDump
()
vm/neovm/value_stack.go:181
↓ 1 callersFunctionEncodeList
(sink *common.ZeroCopySink, list []interface{})
vm/crossvm_codec/codec.go:243
↓ 1 callersFunctionEncodeParamProgramInto
(sink *common.ZeroCopySink, sigs [][]byte)
core/program/program.go:138
↓ 1 callersFunctionEncodeValue
currently only used by test case
vm/crossvm_codec/codec.go:80
↓ 1 callersFunctionErrerCode
(err error)
errors/errcode.go:112
↓ 1 callersFunctionExactTestCase
(code []byte)
wasmtest/wasm-test.go:125
↓ 1 callersFunctionExportAccount
(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
cmd/sigsvr/handlers/export_account.go:44
↓ 1 callersFunctionFileOpen
(path string)
common/log/log.go:317
↓ 1 callersMethodFirst
()
core/store/overlaydb/memdb.go:81
↓ 1 callersMethodForEachSession
(visit func(*Session))
http/websocket/session/sessionlist.go:84
↓ 1 callersFunctionGasBalanceOf
(native *native.NativeService)
smartcontract/service/native/gas/gas.go:196
↓ 1 callersFunctionGasTransfer
(native *native.NativeService)
smartcontract/service/native/gas/gas.go:114
↓ 1 callersFunctionGenBestBlockHeaderKey
()
validator/db/key_prefix.go:53
↓ 1 callersFunctionGenGenesisBlockKey
()
validator/db/key_prefix.go:47
↓ 1 callersFunctionGenNeoTextCaseTransaction
(contract common.Address, database *ledger.Ledger)
wasmtest/wasm-test.go:91
↓ 1 callersFunctionGenerateNeoVMParamEvalStack
create paramters for neovm contract
smartcontract/service/util/util.go:51
↓ 1 callersMethodGet
(key []byte)
smartcontract/storage/cachedb.go:120
↓ 1 callersMethodGetAccountDataByIndex
(index uint32)
cmd/sigsvr/store/wallet_store.go:358
↓ 1 callersMethodGetAccountMetadataByAddress
(address string)
account/client.go:272
↓ 1 callersMethodGetAccountMetadataByLabel
(label string)
account/client.go:282
↓ 1 callersFunctionGetAccountMulti
(wallet account.Client, passwd []byte, accAddr string)
cmd/common/common.go:64
↓ 1 callersMethodGetAllPubKeys
()
consensus/vbft/peer_pool.go:240
↓ 1 callersFunctionGetAllowance
(asset, from, to string)
cmd/utils/gas.go:102
↓ 1 callersMethodGetBestBlock
()
validator/db/store.go:113
↓ 1 callersMethodGetBlockByHash
GetBlockByHash return block by block hash. Wrap function of BlockStore.GetBlockByHash
core/store/ledgerstore/ledger_store.go:972
↓ 1 callersFunctionGetBlockData
(hashOrHeight interface{})
cmd/utils/gas.go:527
↓ 1 callersMethodGetBlockMerkleTree
GetBlockMerkleTree return merkle tree size an tree node
core/store/ledgerstore/state_store.go:143
↓ 1 callersMethodGetBlockNum
()
consensus/vbft/msg_types.go:105
↓ 1 callersMethodGetBlockRootWithNewTxRoots
GetBlockRootWithNewTxRoots return the block root(merkle root of blocks) after add a new tx root of block
core/store/ledgerstore/ledger_store.go:914
↓ 1 callersMethodGetBlockSubmitMsgNums
(blocknum uint32)
consensus/vbft/msg_pool.go:200
↓ 1 callersFunctionGetBytesUint64
(b []byte)
smartcontract/service/native/governance/utils.go:234
↓ 1 callersFunctionGetCLIErrorDesc
(errorCode int)
cmd/sigsvr/common/errors.go:51
↓ 1 callersMethodGetCallStack
()
errors/callstack.go:31
↓ 1 callersFunctionGetCallStacks
(err error)
errors/callstack.go:38
↓ 1 callersMethodGetConn
get connection
p2pserver/link/link.go:96
↓ 1 callersMethodGetConnectionCnt
GetConnectionCnt return the established connect count
p2pserver/p2pserver.go:91
↓ 1 callersMethodGetContactTime
GetContactTime return peer`s latest contact time in Time struct
p2pserver/peer/peer.go:242
↓ 1 callersFunctionGetContractAllowance
(cVersion byte, contractAddr, fromAddr, toAddr common.Address)
http/base/common/common.go:343
↓ 1 callersFunctionGetContractBalance
(cVersion byte, contractAddres []common.Address, accAddr common.Address, atomic bool)
http/base/common/common.go:307
↓ 1 callersMethodGetCurrentHeaderHeight
GetCurrentHeaderHeight return the current header height. In block sync states, Header height is usually higher than block height that is has already c
core/store/ledgerstore/ledger_store.go:344
↓ 1 callersMethodGetDefaultAccountMetadata
GetDefaultAccountMetadata return default account Metadata info
account/client.go:59
↓ 1 callersMethodGetErrCode
()
errors/errcode.go:29
↓ 1 callersMethodGetEventNotifyByTx
GetEventNotifyByTx return event notify by trasanction hash
core/store/ledgerstore/event_store.go:83
↓ 1 callersMethodGetEventNotifyByTx
GetEventNotifyByTx return event notify by transaction hash
core/store/common/store.go:95
↓ 1 callersMethodGetFailedTimes
GetFailedTimes return failed times of a node
p2pserver/block_sync.go:188
↓ 1 callersMethodGetHandler
(method string)
cmd/sigsvr/httpsvr.go:71
↓ 1 callersMethodGetHeight
GetHeight return peer`s block height
p2pserver/peer/peer.go:178
↓ 1 callersMethodGetHeight
GetHeight return peer's heigh
p2pserver/net/netserver/netserver.go:149
↓ 1 callersMethodGetHttpInfoState
GetHttpInfoState return peer`s httpinfo state
p2pserver/peer/peer.go:295
↓ 1 callersMethodGetID
GetID return peer`s id
p2pserver/peer/peer.go:222
↓ 1 callersFunctionGetLogFileSize
()
common/log/log.go:373
↓ 1 callersMethodGetMapSortedKey
()
vm/neovm/types/map_value.go:72
↓ 1 callersFunctionGetMaxLogChangeInterval
(maxLogSize int64)
common/log/log.go:381
↓ 1 callersMethodGetMsgChan
()
p2pserver/net/protocol/server.go:53
↓ 1 callersMethodGetNativeAbi
(address string)
cmd/abi/abi_mgr.go:45
↓ 1 callersMethodGetNeighborAddrs
GetNeighborAddrs return all the nbr peer`s addr
p2pserver/net/netserver/netserver.go:190
↓ 1 callersMethodGetNeighborHeights
GetNeighborHeights return the id-height map of nbr peers
p2pserver/peer/nbr_peers.go:136
↓ 1 callersMethodGetNeighborMostHeight
GetNeighborMostHeight return the most height of nbr peers
p2pserver/peer/nbr_peers.go:150
↓ 1 callersMethodGetNeighbors
GetNeighbors return all nbr peer
p2pserver/net/netserver/netserver.go:215
↓ 1 callersMethodGetNeoCode
()
core/payload/deploy_code.go:98
↓ 1 callersMethodGetNext
()
smartcontract/service/native/utils/linked_list.go:41
↓ 1 callersMethodGetNextAccountIndex
()
cmd/sigsvr/store/wallet_store.go:209
↓ 1 callersFunctionGetOpcodeUpdateCheckHeight
(id uint32)
common/config/config.go:116
↓ 1 callersMethodGetOutConnRecordLen
GetOutConnRecordLen return length of outConnRecord
p2pserver/net/netserver/netserver.go:602
↓ 1 callersFunctionGetParamInfo
note output has reference of input `program`
core/program/program.go:357
↓ 1 callersFunctionGetPassword
GetPassword gets password from user input
common/password/password_windows.go:33
↓ 1 callersMethodGetPayload
()
smartcontract/service/native/utils/linked_list.go:45
↓ 1 callersMethodGetPeer
GetPeer returns a peer with the peer id
p2pserver/net/netserver/netserver.go:180
↓ 1 callersMethodGetPeerFromAddr
find exist peer from addr map
p2pserver/net/netserver/netserver.go:465
↓ 1 callersFunctionGetPeersConfig
(memdb *overlaydb.MemDB)
consensus/vbft/utils.go:188
↓ 1 callersMethodGetPort
GetPort return peer`s sync port
p2pserver/peer/peer.go:198
↓ 1 callersFunctionGetPublicKeyByID
(srvc *native.NativeService)
smartcontract/service/native/did/query.go:34
↓ 1 callersFunctionGetPublicKeys
(srvc *native.NativeService)
smartcontract/service/native/did/query.go:130
↓ 1 callersFunctionGetRawTransaction
(txHash string)
cmd/utils/gas.go:490
↓ 1 callersMethodGetRelay
GetRelay return peer`s relay state
p2pserver/peer/peer.go:227
↓ 1 callersMethodGetRoot
()
errors/errors.go:34
↓ 1 callersMethodGetServices
GetServices return peer`s service state
p2pserver/peer/peer.go:232
↓ 1 callersMethodGetSignatureAddresses
()
core/types/transaction.go:284
↓ 1 callersMethodGetSize
()
core/types/transaction_attribute.go:58
↓ 1 callersFunctionGetSmartContractEventInfo
(txHash string)
cmd/utils/gas.go:478
↓ 1 callersMethodGetStartTime
GetStartTime return the start time of request
p2pserver/block_sync.go:213
↓ 1 callersMethodGetStateMerkleRoot
(height uint32)
core/store/ledgerstore/ledger_store.go:521
↓ 1 callersMethodGetStateMerkleTree
GetStateMerkleTree return merkle tree size an tree node
core/store/ledgerstore/state_store.go:137
↓ 1 callersMethodGetStorageState
GetStorageItem return the storage value of the key in smart contract.
core/store/ledgerstore/state_store.go:299
↓ 1 callersFunctionGetStorageUInt32
(native *native.NativeService, key []byte)
smartcontract/service/native/utils/store.go:64
↓ 1 callersMethodGetSysFeeAmount
GetSysFeeAmount return the sys fee for block by block hash
core/store/ledgerstore/block_store.go:210
↓ 1 callersMethodGetTime
GetTime return the last contact time of self peer
p2pserver/net/netserver/netserver.go:154
↓ 1 callersMethodGetTimeStamp
GetTimeStamp return peer`s latest contact time in ticks
p2pserver/peer/peer.go:237
↓ 1 callersFunctionGetToUInt64StorageItem
(toBalance, value uint64)
smartcontract/service/native/gas/utils.go:62
↓ 1 callersMethodGetTransaction
GetTransaction returns a transaction if it is contained in the pool and nil otherwise.
txnpool/common/transaction_pool.go:167
↓ 1 callersMethodGetTransaction
GetTransaction return transaction by transaction hash
core/store/ledgerstore/block_store.go:372
↓ 1 callersMethodGetTransactionWithHeight
(txHash common.Uint256)
core/ledger/ledger.go:122
↓ 1 callersFunctionGetTxHeight
(txHash string)
cmd/utils/gas.go:561
↓ 1 callersMethodGetTxStatus
GetTxStatus returns a transaction status if it is contained in the pool and nil otherwise.
txnpool/common/transaction_pool.go:178
↓ 1 callersFunctionGetUint64Bytes
(num uint64)
smartcontract/service/native/governance/utils.go:228
← previousnext →1,301–1,400 of 3,494, ranked by callers