MCPcopy Create free account

hub / github.com/BernardoGiordano/Checkpoint / functions

Functions2,910 in github.com/BernardoGiordano/Checkpoint

↓ 2 callersMethodfilteredToRawIndex
switch/source/titlecatalog.cpp:323
↓ 2 callersFunctionfind_game_map
scripts/3ds/universal/citrahold.c:1246
↓ 2 callersMethodfitScale
3ds/source/textpool.cpp:198
↓ 2 callersFunctionflushTexUploads
Submit every queued texture upload (pixel copies + descriptor publishes) as one command list. Inside a frame the copies ride ahead of the frame's own
switch/source/gfx_deko3d.cpp:321
↓ 2 callersFunctionfmt_size
scripts/common/universal/browser.c:237
↓ 2 callersFunctionformatTimestamp
PTP timestamps are "YYYYMMDDThhmmss" in local time.
switch/source/mtpresponder.cpp:121
↓ 2 callersFunctionfree_entries
scripts/common/universal/browser.c:701
↓ 2 callersFunctionfsTimestamp
fsTimestamp is a filesystem-safe variant used in default backup names.
tools/chlink/common.go:137
↓ 2 callersFunctionftCeil
switch/source/gfx_deko3d.cpp:208
↓ 2 callersFunctiongbaMessage
The GbaSave synthetic results carry advice a bare stage can't; an empty string means the result adds nothing over the stage mapping.
3ds/source/outcomemessages.cpp:34
↓ 2 callersMethodgeneration
Monotonic counter bumped whenever the catalog's contents change (full load, directory refresh, cart insert/remove). The UI compares it against the val
3ds/include/loader.hpp:89
↓ 2 callersMethodgetColor
switch/source/gfx/CIntrusiveTree.h:41
↓ 2 callersMethodgetFilteredTitle
switch/source/titlecatalog.cpp:316
↓ 2 callersFunctiongetFuncAndArg
3ds/include/thread.hpp:61
↓ 2 callersFunctiongetGlyph
Rasterize (or fetch) one glyph. Cell metrics replicate what SDL_ttf's single-char render + SDL_FontCache produced: cellW is the surface width (max(max
switch/source/gfx_deko3d.cpp:1153
↓ 2 callersMethodgetTitleCount
switch/source/titlecatalog.cpp:250
↓ 2 callersFunctiongetU32
common/script/seal_api.cpp:138
↓ 2 callersFunctionglyphWidth
3ds/source/util.cpp:305
↓ 2 callersFunctionhandOver
Hands a run-scoped copy of `size` bytes to the script through an out parameter pair, then wipes the working buffer. False = out of memory.
common/script/seal_api.cpp:195
↓ 2 callersMethodhandler
()
tools/chlink/receive.go:154
↓ 2 callersMethodhasOverlay
True while an overlay owns update(). The main loop asks before routing a key it also gives to overlays (the D-Pad, on the script log pane).
common/Screen.hpp:58
↓ 2 callersFunctionhashInto
One digest of a fixed label plus one blob. The label keeps two sources that happen to hash the same bytes from ever landing on the same key.
switch/source/script/scripthost.cpp:75
↓ 2 callersFunctionhex_bytes
! * @brief convert a byte to a uppercase hex representation * @param[in] byte byte to represent * @return representation ("00".."FF")
3rd-party/json/json.hpp:18685
↓ 2 callersMethodicon
3ds/source/loader.cpp:161
↓ 2 callersMethodiconFor
switch/source/titlecatalog.cpp:305
↓ 2 callersMethodindexById
3ds/source/loader.cpp:109
↓ 2 callersFunctioninferFromPath
inferFromPath inspects path (pathIsDir tells whether it names the backup folder itself or a file inside one) and infers transfer metadata when it sits
tools/chlink/infer.go:32
↓ 2 callersFunctioninlineSectionExtra
Vertical space the section label of a NON-first row reserves above its rect. The very first drawn row always reserves labelSlotH() unconditionally (a
switch/source/SettingsScreen.cpp:151
↓ 2 callersMethodisAutoUpdateEnabled
switch/source/configuration.cpp:421
↓ 2 callersMethodisConfirmRestoreEnabled
switch/source/configuration.cpp:392
↓ 2 callersMethodisFTPEnabled
switch/source/configuration.cpp:296
↓ 2 callersMethodisMTPEnabled
switch/source/configuration.cpp:368
↓ 2 callersMethodisQuickBackupEnabled
switch/source/configuration.cpp:404
↓ 2 callersMethodisRaw
3ds/include/archive.hpp:84
↓ 2 callersMethodisRed
switch/source/gfx/CIntrusiveTree.h:63
↓ 2 callersFunctionisSafeName
A name a host is allowed to create. Path separators and the two dot entries are the traversal vectors: without this check a host could name a file "..
switch/source/mtpresponder.cpp:112
↓ 2 callersFunctionisSafeZipRelativePath
isSafeZipRelativePath ports the console's traversal check verbatim: non-empty, no leading '/' or '\', no '\', no ':', no '..' component.
tools/chlink/zipextract.go:14
↓ 2 callersFunctionisSafeZipRelativePath
common/transferprotocol.cpp:123
↓ 2 callersMethodisSystemKeyboardAvailable
switch/include/KeyboardManager.hpp:56
↓ 2 callersMethodisUserAccount
switch/source/savedatasource.cpp:73
↓ 2 callersMethodisVerifyRestoreEnabled
switch/source/configuration.cpp:416
↓ 2 callersFunctionisWritableProperty
Only the two name properties are writable; everything else describes the file rather than naming it, and MTP renames arrive as SetObjectPropValue.
switch/source/mtpresponder.cpp:161
↓ 2 callersMethodis_end
return whether the iterator is at end
3rd-party/json/json.hpp:12768
↓ 2 callersFunctionis_number_float
@brief return whether value is a floating-point number @sa https://json.nlohmann.me/api/basic_json/is_number_float/
3rd-party/json/json.hpp:20652
↓ 2 callersFunctionis_number_integer
@brief return whether value is an integer number @sa https://json.nlohmann.me/api/basic_json/is_number_integer/
3rd-party/json/json.hpp:20638
↓ 2 callersFunctionitem_menu
The menu for one entry. 1 if the browser should re-list afterwards. */
scripts/common/universal/browser.c:1695
↓ 2 callersFunctionjget
Copy string member `key` of object `o` into dest[size], NUL-terminated; dest * becomes "" when the key is absent or not a string. Frees the copy * j
scripts/common/universal/webdav.c:195
↓ 2 callersFunctionjson_escape
Escape `src` into `dst[size]` for a JSON string value: backslash and double * quote get a leading backslash; the few control chars a game title might
scripts/common/universal/googledrive.c:212
↓ 2 callersMethodkeyboard
switch/source/ScriptScreen.cpp:239
↓ 2 callersMethodkeyboard
3ds/source/ScriptScreen.cpp:242
↓ 2 callersMethodlastPlayedTimestamp
switch/source/title.cpp:127
↓ 2 callersMethodle16
(v uint16)
tools/chlink/zipwriter.go:54
↓ 2 callersMethodle32
(v uint32)
tools/chlink/zipwriter.go:60
↓ 2 callersMethodlineCount
common/script/scriptconsole.cpp:279
↓ 2 callersMethodlisten
3rd-party/ftpd/source/socket.cpp:129
↓ 2 callersFunctionlittle_endianness
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from https://stackoverflow.com/a/1001328
3rd-party/json/json.hpp:9198
↓ 2 callersFunctionlocateCurrentSlot
Finds the newest slot of the container behind `file` (an AGBSAVE container: PXI save file or legacy SD dump). Returns false when no slot validates, i.
3ds/source/gbasave.cpp:92
↓ 2 callersMethodlog
common/logging.cpp:163
↓ 2 callersFunctionlog_dest
Where the destination is announced. A dialog covers the whole UI tile while * it is up, so the one surface that keeps reading through a menu is the l
scripts/common/universal/browser.c:1089
↓ 2 callersFunctionlog_transfer_result
scripts/3ds/universal/citrahold.c:1438
↓ 2 callersFunctionlooksSealed
common/script/seal_api.cpp:143
↓ 2 callersFunctionmakeDirData
common/script/checkpoint_api.cpp:128
↓ 2 callersMethodmount
switch/source/savedatasource.cpp:31
↓ 2 callersFunctionmount_sav
Opens the title's archive on this side, at its root. 1 on success. The old * handle is dropped only once the new one exists. */
scripts/common/universal/browser.c:836
↓ 2 callersMethodmoved_or_copied
3rd-party/json/json.hpp:14850
↓ 2 callersFunctionname_in
Is `name` one of the `count` strings in `names`? */
scripts/common/universal/webdav.c:990
↓ 2 callersMethodnext
switch/source/gfx/CIntrusiveList.h:32
↓ 2 callersFunctionnextCodepoint
Decodes the UTF-8 codepoint starting at s[i] (BMP only — the cache key is u16). `extraBytes` is how many continuation bytes follow the lead byte; inva
3ds/source/util.cpp:284
↓ 2 callersFunctionnormalize_base
Trim whatever the user typed or pasted into a base URL this script can build * on: no trailing '/', and a scheme, because curl treats a bare host as
scripts/common/universal/webdav.c:642
↓ 2 callersMethodnumpad
3ds/source/ScriptScreen.cpp:248
↓ 2 callersMethodok
switch/include/mtp.hpp:260
↓ 2 callersFunctionop_properties
scripts/common/universal/browser.c:1410
↓ 2 callersFunctionop_transfer
scripts/common/universal/browser.c:1229
↓ 2 callersMethodopen
3rd-party/ftpd/source/fs.cpp:109
↓ 2 callersFunctionoperator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rd-party/json/json.hpp:13234
↓ 2 callersFunctionoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rd-party/json/json.hpp:13285
↓ 2 callersMethodoutStrOrNull
common/script/scriptargs.cpp:173
↓ 2 callersMethodpage
common/ihid.hpp:58
↓ 2 callersFunctionparseMultipart
common/transferprotocol.cpp:272
↓ 2 callersFunctionpathJoin
base + name, without ever producing "//": the FS rejects an empty component. */
scripts/3ds/universal/notifications.c:113
↓ 2 callersFunctionpollRecv
Blocks up to the idle timeout for readable data, polling in slices so a cancel request is seen promptly. Returns bytes read (>0), 0 on a clean close o
switch/source/server.cpp:95
↓ 2 callersFunctionpollRecv
3ds/source/server.cpp:113
↓ 2 callersFunctionpollSocket
Waits up to timeoutMs for `events` on sock. Returns 1 if ready, 0 on timeout, -1 on error.
switch/source/transfer.cpp:518
↓ 2 callersFunctionpollSocket
Waits up to timeoutMs for `events` on sock. Returns 1 if ready, 0 on timeout, -1 on error.
3ds/source/transfer.cpp:538
↓ 2 callersMethodpop
switch/source/gfx/CIntrusiveList.h:73
↓ 2 callersMethodpopulated
3ds/include/SmallVector.hpp:61
↓ 2 callersFunctionpost_form
POST an x-www-form-urlencoded body and return the parsed JSON reply (caller * json_delete's). On a network failure the reply is an empty/invalid obje
scripts/common/universal/googledrive.c:358
↓ 2 callersMethodptr
common/script/scriptargs.cpp:158
↓ 2 callersMethodptrOrNull
common/script/scriptargs.cpp:163
↓ 2 callersFunctionpumpScriptRequests
common/script/scriptrequestpump.cpp:29
↓ 2 callersFunctionpushQuad
switch/source/gfx_deko3d.cpp:852
↓ 2 callersFunctionpushQuadRaw
switch/source/gfx_deko3d.cpp:827
↓ 2 callersFunctionpushRound
Emit one SDF rounded-rect quad. The geometry is expanded by 1px on every side so the antialiased edge is not clipped; local coordinates run from the r
switch/source/gfx_deko3d.cpp:861
↓ 2 callersFunctionq_escape
Escape `src` into `dst[size]` for a Drive query single-quoted literal: * backslash and single quote get a leading backslash (so a title like * "Luig
scripts/common/universal/googledrive.c:287
↓ 2 callersFunctionqueueTexUpload
Queue one texture's pixel copy + descriptor publish, flushing eagerly once the pending scratch exceeds the budget.
switch/source/gfx_deko3d.cpp:356
↓ 2 callersMethodread
common/script/zip_api.cpp:75
↓ 2 callersMethodreadString
switch/source/mtp.cpp:106
↓ 2 callersFunctionreadU16
3ds/source/dscard.cpp:69
↓ 2 callersMethodrefreshDirectories
3ds/source/loader.cpp:187
↓ 2 callersFunctionrelative_path
scripts/3ds/universal/citrahold.c:1063
← previousnext →501–600 of 2,910, ranked by callers