MCPcopy Create free account

hub / github.com/Creepsky/creepMiner / functions

Functions1,000 in github.com/Creepsky/creepMiner

↓ 4 callersMethodgetBlockheight
src/mining/MinerData.cpp:249
↓ 4 callersMethodgetLogOutputType
src/mining/MinerConfig.cpp:1827
↓ 4 callersMethodgetMiningIntensity
src/mining/MinerConfig.cpp:1153
↓ 4 callersMethodgetOnlineVersion
src/Declarations.cpp:193
↓ 4 callersMethodgetScoop
src/mining/MinerData.cpp:254
↓ 4 callersMethodgetTotalPlotsize
src/mining/Deadline.cpp:100
↓ 4 callersMethodgetWalletUrl
src/mining/MinerConfig.cpp:1010
↓ 4 callersFunctionget_arithmetic_value
src/extlibs/json.hpp:1092
↓ 4 callersMethodisActive
src/wallet/Wallet.cpp:215
↓ 4 callersFunctionis_boolean
! @brief return whether value is a boolean This function returns true if and only if the JSON value is a boolean. @return `true` if type is bo
src/extlibs/json.hpp:9124
↓ 4 callersFunctionparse
! @brief deserialize from a compatible input This function reads from a compatible input. Examples are: - an array of 1-byte values - strings
src/extlibs/json.hpp:12889
↓ 4 callersFunctionpush_back
! @brief add an object to an array Appends the given element @a val to the end of the JSON value. If the function is called on a JSON null valu
src/extlibs/json.hpp:11574
↓ 4 callersMethodsetColor
src/logging/Console.cpp:110
↓ 4 callersMethodsetPriority
src/logging/channels/ColoredPriorityConsoleChannel.cpp:60
↓ 4 callersMethodsetTargetDeadline
src/mining/MinerConfig.cpp:1305
↓ 4 callersFunctionshowDeadlineDistributionInfo
(deadlineDistObj)
resources/public/js/block.js:805
↓ 4 callersFunctionshowDeadlinesInfo
(deadlineObj)
resources/public/js/block.js:774
↓ 4 callersFunctionshowDifficultyInfo
(difficultyObj)
resources/public/js/block.js:823
↓ 4 callersFunctiontransferSession
src/MinerUtil.hpp:120
↓ 4 callersMethodupdate
src/shabal/MinerShabal.hpp:46
↓ 4 callersMethodwhat
returns the explanatory string
src/extlibs/json.hpp:206
↓ 3 callersMethodaccept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON te
src/extlibs/json.hpp:2984
↓ 3 callersMethodadd
src/plots/PlotReader.cpp:371
↓ 3 callersFunctionaddLinkWithLabel
(label, link)
resources/public/js/block.js:485
↓ 3 callersFunctioncbegin
! @brief returns a const iterator to the first element Returns a const iterator to the first element. @image html range-begin-end.svg "Illustr
src/extlibs/json.hpp:11004
↓ 3 callersFunctioncheckVersion
(runningVer, onlineVer)
resources/public/js/general.js:40
↓ 3 callersFunctionconnect
(onMessage)
resources/public/js/general.js:21
↓ 3 callersFunctioncpuid
src/MinerUtil.cpp:72
↓ 3 callersMethoddeadlineEvent
src/mining/Deadline.cpp:274
↓ 3 callersMethoddeadlineToReadableString
src/mining/Deadline.cpp:160
↓ 3 callersFunctionfind
src/extlibs/json.hpp:10873
↓ 3 callersMethodgetAccountBlocks
src/wallet/Wallet.cpp:172
↓ 3 callersMethodgetAllHistoricalBlockData
src/mining/MinerData.cpp:834
↓ 3 callersMethodgetBaseTarget
src/mining/Miner.cpp:397
↓ 3 callersMethodgetBestConfirmed
src/mining/Miner.cpp:736
↓ 3 callersMethodgetBestSent
src/mining/Miner.cpp:723
↓ 3 callersMethodgetBlockTime
src/mining/MinerData.cpp:763
↓ 3 callersMethodgetLastWinner
src/mining/MinerData.cpp:279
↓ 3 callersMethodgetPlotFiles
src/mining/MinerConfig.cpp:925
↓ 3 callersMethodgetPoolUrl
src/mining/MinerConfig.cpp:998
↓ 3 callersMethodgetRewardRecipient
src/wallet/Account.cpp:119
↓ 3 callersMethodgetServerPass
src/mining/MinerConfig.cpp:1232
↓ 3 callersMethodgetServerUrl
src/mining/MinerConfig.cpp:1095
↓ 3 callersMethodgetServerUser
src/mining/MinerConfig.cpp:1226
↓ 3 callersMethodgetSize
src/plots/PlotReader.cpp:72
↓ 3 callersMethodgetVersion
src/Declarations.cpp:199
↓ 3 callersMethodisLogfileUsed
src/mining/MinerConfig.cpp:1812
↓ 3 callersFunctionis_number_float
! @brief return whether value is a floating-point number This function returns true if and only if the JSON value is a floating-point number. T
src/extlibs/json.hpp:9239
↓ 3 callersFunctionis_number_integer
! @brief return whether value is an integer number This function returns true if and only if the JSON value is a signed or unsigned integer num
src/extlibs/json.hpp:9183
↓ 3 callersMethodmoved_or_copied
src/extlibs/json.hpp:6802
↓ 3 callersMethodpop_back
! @brief remove and return last reference pointer @throw out_of_range.405 if JSON pointer has no parent */
src/extlibs/json.hpp:6957
↓ 3 callersMethodreadConfigFile
src/mining/MinerConfig.cpp:247
↓ 3 callersMethodrefreshBlockEntry
src/mining/MinerData.cpp:187
↓ 3 callersFunctionrepeat
src/logging/ProgressPrinter.cpp:54
↓ 3 callersFunctionreplaceOrAddNonceLine
(json, glyphIcon, lineType, message)
resources/public/js/block.js:406
↓ 3 callersMethodsendToWebsockets
src/webserver/MinerServer.cpp:135
↓ 3 callersMethodset
src/plots/PlotSizes.cpp:28
↓ 3 callersMethodsetUrl
src/mining/MinerConfig.cpp:1238
↓ 3 callersMethodset_end
! @brief set the iterator past the last value @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:3756
↓ 3 callersFunctiont
(t,i)
resources/public/js/biginteger.min.js:1
↓ 3 callersMethodunget
unget current character (return it again on next get)
src/extlibs/json.hpp:2713
↓ 2 callersMethodaddLine
(line)
resources/public/js/block.js:54
↓ 2 callersFunctionavx1_mshabal_close
src/shabal/impl/mshabal_avx_impl.hpp:70
↓ 2 callersFunctionavx2_mshabal_close
src/shabal/impl/mshabal_avx2_impl.hpp:74
↓ 2 callersMethodcanReceive
src/network/Response.cpp:42
↓ 2 callersFunctioncheckAddBestOverall
(deadlineNum, deadline, blockheight)
resources/public/js/block.js:399
↓ 2 callersMethodclose
src/plots/PlotGenerator.hpp:179
↓ 2 callersFunctioncolorConfirmedPlotfiles
()
resources/public/js/plotfiles.js:268
↓ 2 callersMethodconfirm
src/mining/Deadline.cpp:152
↓ 2 callersMethodcreateSession
src/mining/MinerConfig.cpp:1101
↓ 2 callersFunctiondeActivateConfirmationSound
(on)
resources/public/js/block.js:541
↓ 2 callersMethodencrypt
src/MinerUtil.cpp:374
↓ 2 callersFunctionfillDirs
()
resources/public/js/plotfiles.js:85
↓ 2 callersFunctionflatten
! @brief return flattened JSON value The function creates a JSON object whose keys are JSON pointers (see [RFC 6901](https://tools.ietf.org/htm
src/extlibs/json.hpp:13682
↓ 2 callersMethodforPlotDirs
src/mining/MinerConfig.cpp:1166
↓ 2 callersMethodgetAddress
src/wallet/Account.cpp:146
↓ 2 callersMethodgetBestDeadlineOverall
src/mining/MinerData.cpp:701
↓ 2 callersMethodgetBestFound
src/mining/Deadline.cpp:247
↓ 2 callersMethodgetBlockTargetDeadline
src/mining/MinerData.cpp:274
↓ 2 callersMethodgetBlocksWon
src/mining/MinerData.cpp:775
↓ 2 callersMethodgetBufferChunkCount
src/mining/MinerConfig.cpp:1847
↓ 2 callersMethodgetDifficultyDifference
src/mining/MinerData.cpp:855
↓ 2 callersMethodgetGpuDevice
src/mining/MinerConfig.cpp:1395
↓ 2 callersMethodgetKernelCalculateWorkGroupSize
src/mining/MinerCL.cpp:414
↓ 2 callersMethodgetMaxConnectionsActive
src/mining/MinerConfig.cpp:1629
↓ 2 callersMethodgetMiner
src/mining/Deadline.cpp:95
↓ 2 callersMethodgetMiningInfoInterval
src/mining/MinerConfig.cpp:1817
↓ 2 callersFunctiongetNewLine
(type, id)
resources/public/js/block.js:296
↓ 2 callersFunctiongetOrAddExtract
src/mining/MinerConfig.cpp:219
↓ 2 callersMethodgetOrLoadName
src/wallet/Account.cpp:131
↓ 2 callersMethodgetProgress
src/plots/PlotReader.cpp:397
↓ 2 callersMethodgetRoundTime
src/mining/MinerData.cpp:269
↓ 2 callersMethodgetStaggerScoopBytes
src/plots/Plot.cpp:81
↓ 2 callersMethodgetStartServer
src/mining/MinerConfig.cpp:1046
↓ 2 callersMethodgetSubmissionMaxRetry
src/mining/MinerConfig.cpp:1028
↓ 2 callersMethodgetTime
src/MinerUtil.cpp:843
↓ 2 callersMethodgetType
src/plots/Plot.cpp:138
↓ 2 callersMethodgetValue
src/plots/PlotReader.cpp:391
↓ 2 callersMethodget_character
std::istream/std::streambuf use std::char_traits<char>::to_int_type, to ensure that std::char_traits<char>::eof() and the character 0xff do not end up
src/extlibs/json.hpp:1485
↓ 2 callersFunctionget_impl_ptr
get a pointer to the value (object)
src/extlibs/json.hpp:9382
← previousnext →101–200 of 1,000, ranked by callers