Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ functions
Functions
1,694 in github.com/BernardoGiordano/Checkpoint
⨍
Functions
1,694
◇
Types & classes
409
Method
exit
switch/source/server.cpp:450
Method
exit
3ds/source/ftpserver.cpp:139
Method
exit
3ds/source/thread.cpp:194
Method
exit
3ds/source/server.cpp:413
Method
exit
3ds/source/archive.cpp:58
Method
exit
common/logging.cpp:214
Method
exportCaches
3ds/source/loader.cpp:522
Method
exportTitleListCache
3ds/source/loader.cpp:212
Method
extdata
3ds/source/archive.cpp:87
Method
extdataIdFor
3ds/source/titlequirks.cpp:68
Method
extdataRoot
3ds/source/paths.cpp:41
Method
favorite
switch/source/configuration.cpp:183
Method
favorite
3ds/source/configuration.cpp:245
Method
fileExists
switch/source/io.cpp:196
Method
fileExists
3ds/source/io.cpp:44
Method
fillRound
switch/source/shapes.cpp:39
Method
fill_buffer
UTF-32
3rd-party/json/json.hpp:6321
Method
fill_buffer
UTF-16
3rd-party/json/json.hpp:6379
Method
fill_buffer
3rd-party/json/json.hpp:6468
Method
finishFile
switch/include/progress.hpp:97
Method
finishFile
3ds/include/progress.hpp:98
Method
first
switch/source/gfx/CIntrusiveTree.h:174
Method
flashSaved
switch/source/SettingsScreen.cpp:182
Method
focusRing
switch/source/shapes.cpp:62
Method
format
common/common.cpp:75
Method
frameEnd
3ds/source/gui.cpp:62
Method
fromConfigKey
switch/source/sortmode.cpp:50
Method
fromFs
FS_Archive and FSPXI_Archive are the same underlying handle type, so these are named factories rather than overloaded constructors.
3ds/include/archive.hpp:50
Method
fromPxi
3ds/include/archive.hpp:58
Function
from_bson
3rd-party/json/json.hpp:23889
Function
from_cbor
3rd-party/json/json.hpp:23695
Method
from_json
3rd-party/json/json.hpp:5837
Function
from_json_tuple_impl_base
3rd-party/json/json.hpp:5004
Function
from_msgpack
3rd-party/json/json.hpp:23751
Function
from_ubjson
3rd-party/json/json.hpp:23805
Function
front
@brief access the first element @sa https://json.nlohmann.me/api/basic_json/front/
3rd-party/json/json.hpp:21696
Function
ftpLoop
3ds/source/ftpserver.cpp:63
Function
ftp_command_cmp
! compare ftp command descriptors * * @param[in] p1 left side of comparison (ftp_command_t*) * @param[in] p2 right side of comparison (ftp_comman
3rd-party/ftp/ftp.c:233
Function
ftp_log
Strong override of the weak diagnostic hook in ftp.c: routes the core's FTP_LOG lines into Checkpoint's logger so they show up in the in-memory / file
switch/source/util.cpp:39
Function
ftp_log
Strong override of the weak diagnostic hook in ftp.c: routes the core's FTP_LOG lines into Checkpoint's logger so they show up in the in-memory / file
3ds/source/ftpserver.cpp:44
Function
ftp_log
Optional diagnostic hook (the 3DS ftpserver.cpp and Switch util.cpp provide * strong definitions forwarding to Checkpoint's logger). Weak no-op defau
3rd-party/ftp/ftp.c:49
Method
gate
switch/source/backupsize.cpp:100
Method
generation
Monotonic counter bumped whenever cached sizes change (a compute lands or an invalidation drops entries). The UI compares it against the value it snap
switch/include/backupsize.hpp:75
Method
generation
Monotonic counter bumped whenever cached sizes change (a compute lands or an invalidation drops entries). The UI compares it against the value it snap
3ds/include/backupsize.hpp:78
Method
getAddress
switch/source/server.cpp:391
Method
getAddress
3ds/source/ftpserver.cpp:150
Method
getAddress
3ds/source/server.cpp:367
Method
getApplicationLogs
common/logging.cpp:129
Function
getConsoleIP
common/common.cpp:112
Method
getSize
switch/source/gfx/CMemPool.h:102
Method
getTitleCount
switch/source/titlecatalog.cpp:235
Function
get_allocator
@brief returns the allocator associated with the container @sa https://json.nlohmann.me/api/basic_json/get_allocator/
3rd-party/json/json.hpp:19542
Method
get_bson_binary
3rd-party/json/json.hpp:9389
Method
get_bson_cstr
! @brief Parses a C-style string from the BSON input. @param[in,out] result A reference to the string variable where the read
3rd-party/json/json.hpp:9337
Method
get_bson_string
3rd-party/json/json.hpp:9367
Method
get_cbor_array
! @param[in] len the length of the array or static_cast<std::size_t>(-1) for an array of indefinite size @param[in] tag_h
3rd-party/json/json.hpp:10246
Method
get_cbor_binary
! @brief reads a CBOR byte array This function first reads starting bytes to determine the expected byte array length and then copies thi
3rd-party/json/json.hpp:10151
Method
get_cbor_float_prefix
3rd-party/json/json.hpp:16329
Method
get_cbor_object
! @param[in] len the length of the object or static_cast<std::size_t>(-1) for an object of indefinite size @param[in] tag
3rd-party/json/json.hpp:10284
Method
get_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and then copies this number
3rd-party/json/json.hpp:10055
Function
get_character
3rd-party/json/json.hpp:6206
Method
get_character
3rd-party/json/json.hpp:6289
Method
get_character
3rd-party/json/json.hpp:6447
Method
get_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100)
3rd-party/json/json.hpp:7541
Method
get_decimal_point
return the locale-dependent decimal point
3rd-party/json/json.hpp:7514
Function
get_error_message
return syntax error message
3rd-party/json/json.hpp:8844
Method
get_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
3rd-party/json/json.hpp:11905
Function
get_impl
3rd-party/json/json.hpp:20950
Method
get_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
3rd-party/json/json.hpp:10915
Method
get_msgpack_binary
! @brief reads a MessagePack byte array This function first reads starting bytes to determine the expected byte array length and then cop
3rd-party/json/json.hpp:10804
Method
get_msgpack_float_prefix
3rd-party/json/json.hpp:16343
Method
get_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
3rd-party/json/json.hpp:10937
Method
get_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
3rd-party/json/json.hpp:10721
Method
get_number
3rd-party/json/json.hpp:11932
Function
get_number_float
return floating-point value
3rd-party/json/json.hpp:8796
Function
get_number_unsigned
3rd-party/json/json.hpp:8790
Function
get_position
return position of last read token
3rd-party/json/json.hpp:8812
Function
get_ref
3rd-party/json/json.hpp:21136
Function
get_ref_impl
3rd-party/json/json.hpp:20825
Function
get_to
3rd-party/json/json.hpp:21124
Method
get_token
get next token from lexer
3rd-party/json/json.hpp:12641
Method
get_ubjson_array
! @return whether array creation completed */
3rd-party/json/json.hpp:11626
Method
get_ubjson_float_prefix
3rd-party/json/json.hpp:16644
Method
get_ubjson_high_precision_number
3rd-party/json/json.hpp:11817
Method
get_ubjson_ndarray_size
! @param[out] dim an integer vector storing the ND array dimensions @return whether reading ND array size vector is successful */
3rd-party/json/json.hpp:11088
Method
get_ubjson_object
! @return whether object creation completed */
3rd-party/json/json.hpp:11734
Method
get_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
3rd-party/json/json.hpp:11376
Method
get_ubjson_size_value
! @param[out] result determined size @param[in,out] is_ndarray for input, `true` means already inside an ndarray vector
3rd-party/json/json.hpp:11153
Method
get_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
3rd-party/json/json.hpp:10993
Method
get_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
3rd-party/json/json.hpp:11443
Method
good
3ds/source/directory.cpp:78
Method
handleEvents
switch/source/MainScreen.cpp:840
Method
handleEvents
3ds/source/MainScreen.cpp:686
Function
handleInfo
switch/source/transfer.cpp:268
Function
handleInfo
3ds/source/transfer.cpp:280
Method
handleInfo
(w http.ResponseWriter, r *http.Request)
tools/chlink/receive.go:161
Function
handleUpload
Streaming upload handler: the server has already written the raw multipart body to `req.bodyPath`. We parse the meta out of the head, resolve the dest
switch/source/transfer.cpp:285
Function
handleUpload
3ds/source/transfer.cpp:293
Method
handleUpload
(w http.ResponseWriter, r *http.Request)
tools/chlink/receive.go:172
Method
handle_value
3rd-party/json/json.hpp:7205
← previous
next →
1,101–1,200 of 1,694, ranked by callers