Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Creepsky/creepMiner
/ functions
Functions
1,000 in github.com/Creepsky/creepMiner
⨍
Functions
1,000
◇
Types & classes
251
↓ 219 callers
Method
set
src/nxt/nxt_address.cpp:85
↓ 123 callers
Function
create
src/extlibs/json.hpp:7928
↓ 105 callers
Method
size
src/extlibs/json.hpp:582
↓ 81 callers
Method
end
return iterator end (needed for range-based for)
src/extlibs/json.hpp:4265
↓ 66 callers
Method
write_character
src/extlibs/json.hpp:4398
↓ 61 callers
Method
begin
return iterator begin (needed for range-based for)
src/extlibs/json.hpp:4259
↓ 46 callers
Method
empty
src/network/Url.cpp:78
↓ 45 callers
Method
get
src/plots/PlotSizes.cpp:40
↓ 43 callers
Function
get
src/extlibs/json.hpp:9566
↓ 39 callers
Method
empty
src/mining/WorkerList.hpp:59
↓ 38 callers
Function
getOrAdd
src/mining/MinerConfig.cpp:205
↓ 36 callers
Function
deadlineFormat
(val)
resources/public/js/block.js:717
↓ 33 callers
Method
size
src/mining/WorkerList.hpp:54
↓ 32 callers
Function
type_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a function was calle
src/extlibs/json.hpp:13070
↓ 31 callers
Method
add
src/mining/Deadline.cpp:174
↓ 29 callers
Method
write_characters
src/extlibs/json.hpp:4403
↓ 26 callers
Method
getDeadline
src/mining/Deadline.cpp:49
↓ 23 callers
Function
assert_invariant
! @brief checks the class invariants This function asserts the class invariants. It needs to be called at the end of every constructor to make
src/extlibs/json.hpp:8144
↓ 22 callers
Method
clear
src/mining/Deadline.cpp:185
↓ 22 callers
Function
is_object
! @brief return whether value is an object This function returns true if and only if the JSON value is an object. @return `true` if type is ob
src/extlibs/json.hpp:9261
↓ 20 callers
Method
getBlockData
src/mining/MinerData.cpp:780
↓ 20 callers
Method
getBlockheight
src/mining/Miner.cpp:402
↓ 19 callers
Method
send
src/mining/Deadline.cpp:144
↓ 18 callers
Function
r
(t,n,s)
resources/public/js/biginteger.min.js:1
↓ 17 callers
Method
c_str
src/nxt/nxt_address.cpp:53
↓ 17 callers
Method
getTargetDeadline
src/mining/MinerConfig.cpp:1067
↓ 16 callers
Function
basic_json
! @brief create an empty value with a given type Create an empty JSON value with a given type. The value will be default initialized with an em
src/extlibs/json.hpp:8248
↓ 16 callers
Function
is_array
! @brief return whether value is an array This function returns true if and only if the JSON value is an array. @return `true` if type is arra
src/extlibs/json.hpp:9283
↓ 16 callers
Function
is_null
! @brief return whether value is null This function returns true if and only if the JSON value is null. @return `true` if type is null, `false
src/extlibs/json.hpp:9102
↓ 16 callers
Method
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:4126
↓ 16 callers
Method
print
src/logging/Console.cpp:167
↓ 16 callers
Function
sph_enc32le_aligned
* Encode a 32-bit value into the provided buffer (little endian convention). * The destination buffer must be properly aligned. * * @param dst th
src/shabal/sphlib/sph_types.h:1521
↓ 15 callers
Method
close
src/shabal/MinerShabal.hpp:58
↓ 15 callers
Function
end
! @brief returns an iterator to one past the last element Returns an iterator to one past the last element. @image html range-begin-end.svg "I
src/extlibs/json.hpp:11035
↓ 14 callers
Function
numberToString
src/MinerUtil.hpp:161
↓ 14 callers
Function
sph_bswap32
src/shabal/sphlib/sph_types.h:1187
↓ 13 callers
Method
getNonceStart
src/plots/Plot.cpp:56
↓ 13 callers
Method
parse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON value
src/extlibs/json.hpp:2948
↓ 12 callers
Function
sph_bswap64
src/shabal/sphlib/sph_types.h:1196
↓ 12 callers
Method
value
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:4173
↓ 11 callers
Function
begin
! @brief returns an iterator to the first element Returns an iterator to the first element. @image html range-begin-end.svg "Illustration from
src/extlibs/json.hpp:10964
↓ 11 callers
Function
from_json
src/extlibs/json.hpp:1118
↓ 10 callers
Method
getBlock
src/mining/Deadline.cpp:69
↓ 10 callers
Method
getNonces
src/plots/Plot.cpp:61
↓ 10 callers
Method
getSize
src/plots/Plot.cpp:46
↓ 10 callers
Method
key
! @brief return the key of an object iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/extlibs/json.hpp:4157
↓ 10 callers
Function
shabal_close
src/shabal/sphlib/sph_shabal.cpp:586
↓ 10 callers
Method
update
src/plots/PlotGenerator.hpp:173
↓ 9 callers
Method
getNonce
src/mining/Deadline.cpp:44
↓ 9 callers
Method
getPlotfiles
src/plots/Plot.cpp:108
↓ 9 callers
Method
getPort
src/network/Url.cpp:63
↓ 9 callers
Function
update
! @brief updates a JSON object from another object, overwriting existing keys Inserts all values from JSON object @a j and overwrites existing ke
src/extlibs/json.hpp:12103
↓ 8 callers
Method
close
src/plots/PlotVerifier.hpp:173
↓ 8 callers
Method
dump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes the
src/extlibs/json.hpp:6117
↓ 8 callers
Method
log
src/logging/Message.cpp:37
↓ 8 callers
Method
split
! @brief split the string input to reference tokens @note This function is only called by the json_pointer constructor. All exceptions below ar
src/extlibs/json.hpp:7064
↓ 8 callers
Function
to_json
src/extlibs/json.hpp:958
↓ 7 callers
Method
getBestDeadline
src/mining/MinerData.cpp:294
↓ 7 callers
Method
getGpuPlatform
src/mining/MinerConfig.cpp:1390
↓ 7 callers
Method
nextLine
src/logging/Console.cpp:205
↓ 7 callers
Method
resetColor
src/logging/Console.cpp:130
↓ 6 callers
Method
getAccountId
src/plots/Plot.cpp:51
↓ 6 callers
Method
getCurrentBlockheight
src/mining/MinerData.cpp:883
↓ 6 callers
Method
getKernel_Calculate
src/mining/MinerCL.cpp:404
↓ 6 callers
Method
getKernel_GetMin
src/mining/MinerCL.cpp:409
↓ 6 callers
Method
getStaggerSize
src/plots/Plot.cpp:66
↓ 6 callers
Method
isSteadyProgressBar
src/mining/MinerConfig.cpp:1837
↓ 6 callers
Function
is_string
! @brief return whether value is a string This function returns true if and only if the JSON value is a string. @return `true` if type is stri
src/extlibs/json.hpp:9305
↓ 6 callers
Function
localGet
(item)
resources/public/js/block.js:231
↓ 6 callers
Function
localSet
(item, data)
resources/public/js/block.js:225
↓ 6 callers
Method
reset
src/plots/PlotReader.cpp:363
↓ 6 callers
Function
shabal_init
src/shabal/sphlib/sph_shabal.cpp:489
↓ 5 callers
Function
avx1_mshabal_compress
src/shabal/mshabal/mshabal_avx1.cpp:39
↓ 5 callers
Method
call
src/extlibs/json.hpp:1342
↓ 5 callers
Method
getAccountId
src/mining/Deadline.cpp:54
↓ 5 callers
Method
getBasetarget
src/mining/MinerData.cpp:259
↓ 5 callers
Method
getCanonical
src/network/Url.cpp:53
↓ 5 callers
Method
getData
()
resources/public/js/block.js:62
↓ 5 callers
Method
getDifficulty
src/mining/MinerData.cpp:264
↓ 5 callers
Method
getId
src/wallet/Account.cpp:59
↓ 5 callers
Method
getMaxBufferSize
src/mining/MinerConfig.cpp:1321
↓ 5 callers
Method
getMaxHistoricalBlocks
src/mining/MinerConfig.cpp:1336
↓ 5 callers
Method
getMaxPlotReaders
src/mining/MinerConfig.cpp:1194
↓ 5 callers
Method
getMiningInfoUrl
src/mining/MinerConfig.cpp:1004
↓ 5 callers
Method
getPriority
src/logging/channels/ColoredPriorityConsoleChannel.cpp:65
↓ 5 callers
Method
getRelatedDirs
src/plots/Plot.cpp:143
↓ 5 callers
Method
getSubmitProbability
src/mining/MinerConfig.cpp:992
↓ 5 callers
Method
is_begin
return whether the iterator can be dereferenced
src/extlibs/json.hpp:3498
↓ 5 callers
Function
mshabal256_compress
src/shabal/mshabal/mshabal_avx2.cpp:39
↓ 5 callers
Method
receive
src/network/Response.cpp:47
↓ 5 callers
Method
reserve
src/plots/PlotReader.cpp:43
↓ 5 callers
Method
setProgress
src/mining/MinerData.cpp:203
↓ 5 callers
Function
shabal_core
src/shabal/sphlib/sph_shabal.cpp:536
↓ 5 callers
Function
sse4_mshabal_compress
src/shabal/mshabal/mshabal_sse4.cpp:39
↓ 4 callers
Function
JSON_CATCH
src/extlibs/json.hpp:9890
↓ 4 callers
Function
cend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-begin-
src/extlibs/json.hpp:11075
↓ 4 callers
Method
createSession
src/network/Url.cpp:84
↓ 4 callers
Method
free
src/plots/PlotReader.cpp:58
↓ 4 callers
Method
getAccount
src/mining/Miner.cpp:754
↓ 4 callers
Method
getAccountName
src/mining/Deadline.cpp:59
next →
1–100 of 1,000, ranked by callers