Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dogecoin/dogecoin
/ functions
Functions
7,778 in github.com/dogecoin/dogecoin
⨍
Functions
7,778
◇
Types & classes
1,512
↓ 5 callers
Method
Add
Add a single address.
src/addrman.h:503
↓ 5 callers
Function
AddToCompactExtraTransactions
src/net_processing.cpp:655
↓ 5 callers
Function
AppendInternalKey
src/leveldb/db/dbformat.cc:22
↓ 5 callers
Function
AvailableDataFormatsString
src/rest.cpp:94
↓ 5 callers
Function
BuildCreditingTransaction
src/test/script_tests.cpp:123
↓ 5 callers
Function
BuildSpendingTransaction
src/test/script_tests.cpp:139
↓ 5 callers
Function
CalculatePercentilesBySize
src/rpc/blockchain.cpp:1550
↓ 5 callers
Function
CheckBlockIndex
src/validation.cpp:4136
↓ 5 callers
Function
CheckDiskSpace
src/validation.cpp:3573
↓ 5 callers
Function
CheckInputs
src/validation.cpp:1462
↓ 5 callers
Function
CheckIter
src/leveldb/db/c_test.c:68
↓ 5 callers
Method
CloseDb
src/wallet/db.cpp:330
↓ 5 callers
Method
Compare
src/leveldb/table/block.cc:91
↓ 5 callers
Method
Compare
src/leveldb/db/dbformat.cc:48
↓ 5 callers
Function
CompressibleString
src/leveldb/util/testutil.cc:32
↓ 5 callers
Method
DecodeFrom
src/leveldb/table/format.cc:23
↓ 5 callers
Function
DecodeHexTx
src/core_read.cpp:91
↓ 5 callers
Method
Derive
src/key.cpp:225
↓ 5 callers
Function
DescriptorFileName
src/leveldb/db/filename.cc:43
↓ 5 callers
Function
ECC_Start
src/key.cpp:300
↓ 5 callers
Function
ECC_Stop
src/key.cpp:317
↓ 5 callers
Function
EncodeBase64
src/utilstrencodings.cpp:100
↓ 5 callers
Method
Error
src/consensus/validation.h:55
↓ 5 callers
Function
Extend
src/leveldb/util/crc32c.cc:276
↓ 5 callers
Function
ExtractAndValidateValue
src/bitcoin-tx.cpp:181
↓ 5 callers
Function
ExtractDestinations
src/script/standard.cpp:212
↓ 5 callers
Function
FileCommit
src/util.cpp:674
↓ 5 callers
Method
FileExists
src/leveldb/helpers/memenv/memenv.cc:293
↓ 5 callers
Method
Find
src/test/addrman_tests.cpp:37
↓ 5 callers
Method
Finish
Finish constructing the data structure with all the keys that have been added so far. Returns the keys in sorted order in "*keys" and stores the key/
src/leveldb/table/table_test.cc:153
↓ 5 callers
Method
Flush
src/coins.cpp:245
↓ 5 callers
Method
Flush
src/wallet/db.cpp:299
↓ 5 callers
Function
GenerateRandomNumber
Creates a random number in the range of [0, max).
src/leveldb/issues/issue320_test.cc:21
↓ 5 callers
Method
GetAddr
Return a bunch of addresses, selected at random.
src/addrman.h:563
↓ 5 callers
Method
GetBestBlock
src/txdb.cpp:40
↓ 5 callers
Method
GetCountWithDescendants
src/txmempool.h:161
↓ 5 callers
Method
GetKeyFromPool
src/wallet/wallet.cpp:3188
↓ 5 callers
Method
GetLocator
src/chain.cpp:53
↓ 5 callers
Method
GetModFeesWithDescendants
src/txmempool.h:163
↓ 5 callers
Method
GetName
src/leveldb/table/table_test.cc:105
↓ 5 callers
Function
GetNumCores
src/util.cpp:877
↓ 5 callers
Method
GetStateFor
src/test/versionbits_tests.cpp:33
↓ 5 callers
Method
GetTxTime
src/wallet/wallet.cpp:1420
↓ 5 callers
Function
GetTxnOutputType
src/script/standard.cpp:24
↓ 5 callers
Method
GetUndoPos
src/chain.h:258
↓ 5 callers
Function
GetVarint64Ptr
src/leveldb/util/coding.cc:116
↓ 5 callers
Function
GetWindowsErrorMessage
src/leveldb/util/env_windows.cc:52
↓ 5 callers
Function
HandleError
src/dbwrapper.cpp:132
↓ 5 callers
Function
IsLimited
src/net.cpp:243
↓ 5 callers
Function
IsLocal
check whether a given address is potentially local */
src/net.cpp:268
↓ 5 callers
Method
Match
src/netaddress.cpp:634
↓ 5 callers
Method
MineBlocksOnDemand
Make miner stop after a block is found. In RPC, don't return until nGenProcLimit blocks are generated */
src/chainparams.h:76
↓ 5 callers
Method
NewRandomAccessFile
src/leveldb/util/env_posix.cc:525
↓ 5 callers
Method
NewWritableFile
src/leveldb/helpers/memenv/memenv.cc:260
↓ 5 callers
Method
Next
src/leveldb/db/skiplist.h:207
↓ 5 callers
Function
NotifyTransactionChanged
src/qt/walletmodel.cpp:482
↓ 5 callers
Method
NumLevelFiles
src/leveldb/db/version_set.cc:1095
↓ 5 callers
Function
ParsePrechecks
src/utilstrencodings.cpp:427
↓ 5 callers
Function
ParseScript
src/core_read.cpp:23
↓ 5 callers
Function
PeerHasHeader
Requires cs_main
src/net_processing.cpp:474
↓ 5 callers
Method
PushAddress
src/net.h:775
↓ 5 callers
Method
PushInventory
src/net.h:797
↓ 5 callers
Function
RPCTypeCheckArgument
src/rpc/server.cpp:87
↓ 5 callers
Function
RPCTypeCheckObj
src/rpc/server.cpp:94
↓ 5 callers
Function
RandFailure
src/random.cpp:27
↓ 5 callers
Method
Read
src/addrdb.cpp:62
↓ 5 callers
Function
ReadBlock
src/leveldb/table/format.cc:64
↓ 5 callers
Function
ReadFileToString
src/leveldb/util/env.cc:65
↓ 5 callers
Method
Ref
Increase the reference count.
src/leveldb/helpers/memenv/memenv.cc:35
↓ 5 callers
Method
Release
Release a resource acquired by a previous call to Acquire() that returned true.
src/leveldb/util/env_windows.cc:140
↓ 5 callers
Method
Remove
src/leveldb/util/cache.cc:94
↓ 5 callers
Function
RequestHeadersFrom
Dogecoin - 1.14 specific fix: do not request headers from a peer we are already requesting headers from, unless forced.
src/net_processing.cpp:792
↓ 5 callers
Function
RunConcurrent
src/leveldb/db/skiplist_test.cc:341
↓ 5 callers
Method
SeekToLast
src/leveldb/db/db_iter.cc:303
↓ 5 callers
Method
SetNextFile
src/leveldb/db/version_edit.h:48
↓ 5 callers
Function
SetProxy
src/netbase.cpp:528
↓ 5 callers
Method
SetSendVersion
src/net.cpp:738
↓ 5 callers
Function
ShutdownRequested
src/init.cpp:140
↓ 5 callers
Function
SipHashUint256
src/hash.cpp:175
↓ 5 callers
Method
SleepForMicroseconds
src/leveldb/util/env_posix.cc:728
↓ 5 callers
Function
Snappy_Compress
src/leveldb/port/port_stdcxx.h:88
↓ 5 callers
Function
StartShutdown
src/test/test_bitcoin.cpp:166
↓ 5 callers
Function
TestAES128
src/test/crypto_tests.cpp:69
↓ 5 callers
Function
TestAES256
src/test/crypto_tests.cpp:89
↓ 5 callers
Method
ToStringIPPort
src/netaddress.cpp:559
↓ 5 callers
Function
TxToJSON
src/rpc/rawtransaction.cpp:63
↓ 5 callers
Function
Unmask
Return the crc whose masked representation is masked_crc.
src/leveldb/util/crc32c.h:35
↓ 5 callers
Method
Unref
Decrease the reference count. Delete if this is the last reference.
src/leveldb/helpers/memenv/memenv.cc:41
↓ 5 callers
Method
Valid
src/leveldb/table/two_level_iterator.cc:31
↓ 5 callers
Function
VersionBitsMask
src/versionbits.cpp:175
↓ 5 callers
Function
align_up
/ Utilities Align up to power of 2 */
src/support/lockedpool.cpp:40
↓ 5 callers
Function
ask_prompt
(text)
contrib/devtools/github-merge.py:65
↓ 5 callers
Function
assert_raises_message
(exc, message, fun, *args, **kwds)
qa/rpc-tests/test_framework/util.py:535
↓ 5 callers
Function
bench_ecmult_teardown_helper
Check correctness of the benchmark by computing * sum(outputs) ?= (sum(scalars_gen) + sum(seckeys)*sum(scalars))*G */
src/secp256k1/src/bench_ecmult.c:68
↓ 5 callers
Method
block_submit
(self, node, txs, witness = False, accept = False)
qa/rpc-tests/nulldummy.py:127
↓ 5 callers
Function
calc_usage
(blockdir)
qa/rpc-tests/pruning.py:82
↓ 5 callers
Method
checkObject
src/univalue/lib/univalue.cpp:179
↓ 5 callers
Function
checkPoint
src/qt/guiutil.cpp:401
↓ 5 callers
Method
clear
src/txmempool.cpp:636
↓ 5 callers
Method
clear
src/univalue/lib/univalue.cpp:15
← previous
next →
1,101–1,200 of 7,778, ranked by callers