Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccoors/Valeronoi
/ functions
Functions
1,239 in github.com/ccoors/Valeronoi
⨍
Functions
1,239
◇
Types & classes
431
↓ 4 callers
Method
update_map_json
src/state/robot_map.cpp:31
↓ 4 callers
Method
valueOr
3rdparty/catch.hpp:4448
↓ 4 callers
Method
verbosity
3rdparty/catch.hpp:10013
↓ 3 callers
Function
arcSafeRelease
3rdparty/catch.hpp:1515
↓ 3 callers
Method
cardinality
3rdparty/catch.hpp:9230
↓ 3 callers
Function
classify_outliers
3rdparty/catch.hpp:6967
↓ 3 callers
Function
complete_invoke
3rdparty/catch.hpp:6577
↓ 3 callers
Method
fail
3rdparty/catch.hpp:14490
↓ 3 callers
Function
filterTests
3rdparty/catch.hpp:14289
↓ 3 callers
Method
findChild
3rdparty/catch.hpp:14427
↓ 3 callers
Method
fullConfig
3rdparty/catch.hpp:11080
↓ 3 callers
Method
getExpression
3rdparty/catch.hpp:8337
↓ 3 callers
Method
getPreferences
3rdparty/catch.hpp:17108
↓ 3 callers
Method
getTestMacroName
3rdparty/catch.hpp:8382
↓ 3 callers
Method
get_background_color
src/gui/widget/display_widget.cpp:102
↓ 3 callers
Method
handleNonExpr
3rdparty/catch.hpp:13132
↓ 3 callers
Method
hasExpandedExpression
3rdparty/catch.hpp:8364
↓ 3 callers
Function
isFalseTest
3rdparty/catch.hpp:1388
↓ 3 callers
Method
isHidden
3rdparty/catch.hpp:14132
↓ 3 callers
Function
isnan
3rdparty/catch.hpp:12194
↓ 3 callers
Function
makeRatio
3rdparty/catch.hpp:16276
↓ 3 callers
Function
marginComparison
Performs equivalent check of std::fabs(lhs - rhs) <= margin But without the subtraction to allow for INFINITY in comparison
3rdparty/catch.hpp:7869
↓ 3 callers
Function
mdns_answer_multicast_rclass_ttl
3rdparty/mdns.h:1426
↓ 3 callers
Function
mdns_multicast_send
3rdparty/mdns.h:818
↓ 3 callers
Function
mdns_socket_close
3rdparty/mdns.h:514
↓ 3 callers
Function
mdns_string_equal
3rdparty/mdns.h:582
↓ 3 callers
Function
mdns_string_extract
3rdparty/mdns.h:623
↓ 3 callers
Method
name
src/util/colormap.h:37
↓ 3 callers
Method
okToFail
3rdparty/catch.hpp:14138
↓ 3 callers
Function
parseSpecialTag
3rdparty/catch.hpp:14028
↓ 3 callers
Function
printTotals
Colour, message variants: - white: No tests ran. - red: Failed [both/all] N test cases, failed [both/all] M assertions. - white: Passed [both/all] N
3rdparty/catch.hpp:15867
↓ 3 callers
Method
registerStartupException
3rdparty/catch.hpp:12491
↓ 3 callers
Method
registerTest
3rdparty/catch.hpp:14304
↓ 3 callers
Method
remainingTokens
3rdparty/catch.hpp:9055
↓ 3 callers
Method
runOrder
3rdparty/catch.hpp:10007
↓ 3 callers
Method
sectionEnded
3rdparty/catch.hpp:12856
↓ 3 callers
Function
seedRng
3rdparty/catch.hpp:13154
↓ 3 callers
Function
serializeFilters
3rdparty/catch.hpp:15807
↓ 3 callers
Method
type
3rdparty/catch.hpp:9054
↓ 3 callers
Function
uncaught_exceptions
3rdparty/catch.hpp:15351
↓ 3 callers
Method
url
src/robot/mdns_discovery.h:41
↓ 3 callers
Function
value
3rdparty/catch.hpp:4001
↓ 2 callers
Method
addChild
3rdparty/catch.hpp:14423
↓ 2 callers
Method
allPassed
3rdparty/catch.hpp:15278
↓ 2 callers
Method
assertionStarting
3rdparty/catch.hpp:15829
↓ 2 callers
Method
benchmarkResamples
3rdparty/catch.hpp:10018
↓ 2 callers
Method
benchmarkWarmupTime
3rdparty/catch.hpp:10019
↓ 2 callers
Function
bootstrap
3rdparty/catch.hpp:7038
↓ 2 callers
Method
caseSensitivitySuffix
3rdparty/catch.hpp:11722
↓ 2 callers
Method
check_update
src/gui/dialog/update.cpp:45
↓ 2 callers
Function
cleanUp
3rdparty/catch.hpp:12520
↓ 2 callers
Method
clone
3rdparty/catch.hpp:6720
↓ 2 callers
Method
completeCycle
3rdparty/catch.hpp:14390
↓ 2 callers
Function
contains
3rdparty/catch.hpp:13833
↓ 2 callers
Method
create
3rdparty/catch.hpp:12536
↓ 2 callers
Function
createReporter
3rdparty/catch.hpp:13301
↓ 2 callers
Method
elapsed
3rdparty/catch.hpp:6610
↓ 2 callers
Method
ensureTagClosed
3rdparty/catch.hpp:15739
↓ 2 callers
Method
errorMessage
3rdparty/catch.hpp:9016
↓ 2 callers
Function
formatDuration
Formats the duration in seconds to 3 decimal places. This is done because some genius defined Maven Surefire schema in a way that only accepts 3 decim
3rdparty/catch.hpp:16851
↓ 2 callers
Function
fpToString
3rdparty/catch.hpp:15060
↓ 2 callers
Function
getAnnotation
3rdparty/catch.hpp:4896
↓ 2 callers
Method
getContents
3rdparty/catch.hpp:12140
↓ 2 callers
Method
getExpressionInMacro
3rdparty/catch.hpp:8350
↓ 2 callers
Method
getFile
3rdparty/catch.hpp:12136
↓ 2 callers
Function
getFormattedDuration
Because formatting using c++ streams is stateful, drop down to C is required Alternatively we could use stringstream, but its performance is... not go
3rdparty/catch.hpp:15778
↓ 2 callers
Method
getResultCapture
IContext
3rdparty/catch.hpp:10304
↓ 2 callers
Function
getSingletons
3rdparty/catch.hpp:13591
↓ 2 callers
Method
get_error
src/robot/robot.cpp:50
↓ 2 callers
Method
get_floor_color
src/gui/widget/display_widget.cpp:137
↓ 2 callers
Method
get_floor_enabled
src/gui/widget/display_widget.cpp:135
↓ 2 callers
Method
get_information
src/robot/robot.cpp:56
↓ 2 callers
Method
get_transparent
src/gui/dialog/export.cpp:69
↓ 2 callers
Method
isComplete
3rdparty/catch.hpp:14410
↓ 2 callers
Method
isFlag
3rdparty/catch.hpp:9118
↓ 2 callers
Method
isGeneratorTracker
3rdparty/catch.hpp:14452
↓ 2 callers
Function
isOk
3rdparty/catch.hpp:12563
↓ 2 callers
Function
isThrowSafe
3rdparty/catch.hpp:14270
↓ 2 callers
Method
is_connected
src/robot/robot.cpp:52
↓ 2 callers
Function
keep_memory
3rdparty/catch.hpp:6493
↓ 2 callers
Method
load_settings
src/gui/dialog/robot_config.cpp:78
↓ 2 callers
Method
log_message
src/gui/dialog/log.cpp:32
↓ 2 callers
Function
makeTestCase
3rdparty/catch.hpp:14056
↓ 2 callers
Method
makeUnaryExpr
3rdparty/catch.hpp:2402
↓ 2 callers
Method
matches
3rdparty/catch.hpp:14643
↓ 2 callers
Function
mdns_answer_add_record_header
3rdparty/mdns.h:1211
↓ 2 callers
Function
mdns_ntohl
3rdparty/mdns.h:365
↓ 2 callers
Function
mdns_string_find
3rdparty/mdns.h:719
↓ 2 callers
Function
measure
3rdparty/catch.hpp:6842
↓ 2 callers
Function
nextafter
3rdparty/catch.hpp:11525
↓ 2 callers
Function
normal_quantile
3rdparty/catch.hpp:7770
↓ 2 callers
Function
normaliseOpt
3rdparty/catch.hpp:9367
↓ 2 callers
Function
optimizer_barrier
3rdparty/catch.hpp:6501
↓ 2 callers
Method
popScopedMessage
3rdparty/catch.hpp:12899
↓ 2 callers
Method
prepare_request
src/robot/api/sse.cpp:161
↓ 2 callers
Method
print
3rdparty/catch.hpp:15911
↓ 2 callers
Method
pushScopedMessage
3rdparty/catch.hpp:12895
↓ 2 callers
Function
rangeToString
3rdparty/catch.hpp:1829
↓ 2 callers
Function
rawMemoryToString
3rdparty/catch.hpp:1559
↓ 2 callers
Method
registerListener
3rdparty/catch.hpp:12546
← previous
next →
101–200 of 1,239, ranked by callers