MCPcopy Create free account

hub / github.com/Selectively11/CloudRedirect / functions

Functions2,087 in github.com/Selectively11/CloudRedirect

MethodGetEmbeddedHash
<summary> Returns the SHA-256 hash of the embedded DLL, or null if not embedded. Result is cached after first call. </summary>
ui/Services/EmbeddedDll.cs:30
FunctionGetFileList
src/common/autocloud_scan.cpp:620
MethodGetLibraryFolderPaths
<summary> Reads library folder paths from Steam's libraryfolders.vdf. Always includes the main Steam path as the first entry. </summary>
ui/Services/AppInfoParser.cs:75
MethodGetOrFetchItemId
src/providers/onedrive.cpp:20
FunctionGetPort
src/platform/linux/http_server.cpp:694
MethodGetResourceStream
(long steamBuild)
ui/Services/Patching/EmbeddedBundledPayload.cs:74
MethodGetRootFolder
src/providers/google_drive.cpp:310
FunctionGetSchema
src/common/stats_store.cpp:1953
MethodGetSelectedProvider
()
ui/Pages/CloudProviderPage.xaml.cs:369
MethodGetSettingsPath
()
ui/Pages/SettingsPage.xaml.cs:385
MethodGetSettingsPath
()
ui/Services/ModeService.cs:149
MethodGetU32
(JsonElement obj, string name)
ui/Pages/StatsPage.xaml.cs:255
FunctionHandleLegacyStoreUserStats2
Legacy EMsg 820: CMsgClientStoreUserStats2. Response is EMsg 821.
src/common/stats_handlers.cpp:254
MethodHasBeenPromptedForAutoUpdate
()
ui/Pages/SetupPage.xaml.cs:1095
FunctionHasBlob
src/platform/linux/http_server.cpp:698
MethodHasBytes
(byte[] bytes, int pos, params byte[] expected)
ui/Services/Patching/Signatures.cs:420
FunctionHasFailedWorkForPrefix
src/common/cloud_work_queue.cpp:192
FunctionHasLocalBlob
Mirror of CheckBlobExists's local-stat half; kept in sync so the BootstrapAutoCloudFilesWorker pre/post-lock checks agree on cache state.
src/common/cloud_storage.cpp:1943
FunctionHasNamespaceApps
src/platform/linux/cloud_intercept.cpp:260
MethodHasOldP8Patches
(byte[] payload)
ui/Services/Patching/Patcher.cs:1000
FunctionHasPendingUpload
src/common/pending_ops_journal.cpp:359
FunctionHasPendingWorkForPrefix
src/common/cloud_work_queue.cpp:187
FunctionHasYieldHook
src/common/coop_yield.cpp:28
FunctionHeaderCallback
src/platform/linux/http_transport_linux.cpp:140
MethodHideDllUpdateBanner
()
ui/Pages/DashboardPage.xaml.cs:15
MethodHookGuard
src/platform/win/cloud_intercept.cpp:475
MethodHookGuard
src/platform/linux/cloud_hooks.cpp:68
FunctionIncrementChangeNumber
src/common/local_storage.cpp:861
MethodInflightSyncScope
src/common/cloud_storage.h:94
MethodInflightSyncScope
src/common/cloud_storage.cpp:147
MethodInfo
src/platform/linux/log.cpp:93
FunctionInit
src/platform/win/cloud_intercept.cpp:4222
FunctionInit
src/platform/win/sig_scanner.cpp:21
FunctionInit
src/common/stats_handlers.cpp:29
FunctionInit
src/common/steam_kv_injector.cpp:123
FunctionInit
src/common/local_storage.cpp:720
FunctionInit
src/common/local_metadata_store.cpp:47
FunctionInit
src/common/pending_ops_journal.cpp:162
FunctionInit
src/common/cloud_work_queue.cpp:647
FunctionInit
src/common/cloud_storage.cpp:870
MethodInit
src/providers/local_disk_provider.cpp:7
MethodInit
src/platform/linux/http_transport_linux.cpp:255
FunctionInitApp
src/common/local_metadata_store.cpp:65
FunctionInitSecretService
src/platform/linux/token_store_linux.cpp:51
MethodInitSession
src/common/cloud_provider_base.cpp:274
FunctionInstall
src/platform/linux/gamesplayed_hook.cpp:230
MethodInstallCloudEnabledHook
src/platform/linux/vtable_hook.cpp:631
MethodInstallGamesPlayedObserver
src/platform/linux/cloud_hooks.cpp:256
MethodInstallHooks
src/platform/linux/vtable_hook.cpp:337
MethodInstallStream
(Stream stream, string steamPath, long steamBuild, Action<string>? log)
ui/Services/Patching/EmbeddedBundledPayload.cs:43
MethodInvalidateFileChild
src/providers/google_drive.cpp:83
MethodInvalidateFilesInFolder
src/providers/google_drive.cpp:91
MethodInvalidateFolderById
src/providers/google_drive.cpp:113
MethodInvalidateFolderChild
src/providers/google_drive.cpp:75
MethodInvalidateItemId
src/providers/onedrive.cpp:38
FunctionIsAppInstalled
src/common/local_storage.cpp:595
FunctionIsAppInstalled
src/common/autocloud_scan.cpp:611
MethodIsAvailableForBuild
(long steamBuild)
ui/Services/Patching/BundledPayload.cs:18
MethodIsAvailableForBuild
(long steamBuild)
ui/Services/Patching/EmbeddedBundledPayload.cs:9
MethodIsCloudConfigured
()
ui/Pages/StatsPage.xaml.cs:136
FunctionIsEnabled
src/common/metadata_sync.h:17
MethodIsEncryptionAvailable
src/platform/win/token_store_win.cpp:19
MethodIsEncryptionAvailable
src/platform/linux/token_store_linux.cpp:238
FunctionIsPathRedirectingReparsePoint
Returns true only for reparse tags that can redirect a recursive scan (NTFS junctions, symlinks). Cloud placeholders / AppExecLink / WSL / WIM remain
src/platform/win/file_util.h:142
FunctionIsPathRedirectingReparsePoint
No reparse points on Linux - always returns false
src/platform/linux/file_util.h:77
MethodIsPathRedirectingReparsePoint
No reparse points on Linux
src/platform/linux/platform_linux.cpp:123
MethodIsPathSafe
<summary> Validates that a path from the undo log is safe to use. Rejects relative paths and paths containing ".." traversal. Does NOT restrict to the
ui/Services/CloudCleanupRevert.cs:55
MethodIsPathWithin
src/platform/linux/platform_linux.cpp:82
MethodIsPrereleaseTag
(string? tagName)
ui/Services/AppUpdater.cs:27
MethodIsRateLimited
src/providers/onedrive.cpp:51
MethodIsRateLimited
src/providers/google_drive.cpp:36
MethodIsReady
src/platform/linux/http_transport_linux.cpp:257
MethodIsSelfUnlockingLua
<summary>True if the lua contains addappid(&lt;appId&gt;) for its own filename appId.</summary>
ui/Services/CloudCleanup.cs:344
MethodIsUnsafeBlobName
<summary> Reject filenames Windows would canonicalize (trailing dot/space, path separators, traversal, reserved DOS device names). </summary>
ui/Services/CloudProviderClient.cs:200
MethodIsValidCachedImagePath
<summary>True if the URL is a file:// URI inside the image cache dir (traversal-checked).</summary>
ui/Services/SteamStoreClient.cs:101
MethodIsValidSteamCdnUrl
<summary>True if the URL is HTTPS on an allow-listed Steam CDN host.</summary>
ui/Services/SteamStoreClient.cs:85
FunctionIso8601ToUnix
src/platform/linux/http_util.cpp:54
FunctionJsonSuccess
src/common/cli.cpp:143
MethodKillSteamTools
()
ui/Services/Patching/Patcher.cs:639
MethodLanguageComboBox_SelectionChanged
(object sender, SelectionChangedEventArgs e)
ui/Pages/SettingsPage.xaml.cs:345
MethodList
src/providers/local_disk_provider.cpp:147
MethodList
src/providers/google_drive.cpp:1289
MethodListAllStatsAsync
<summary>Enumerate every app's stats.json in the cloud. Returns empty when no cloud is configured.</summary>
ui/Services/CloudProviderClient.cs:69
MethodListAllStatsAsync
(CancellationToken cancel)
ui/Services/Providers/FolderUiCloudProvider.cs:95
MethodListAllStatsAsync
(CancellationToken cancel)
ui/Services/Providers/CliUiCloudProvider.cs:115
MethodListAppBlobsAsync
<summary>List blob filenames under {accountId}/{appId}/blobs/. Local/no-cloud always Complete=true.</summary>
ui/Services/CloudProviderClient.cs:120
MethodListAppBlobsAsync
( string accountId, string appId, CancellationToken cancel)
ui/Services/Providers/FolderUiCloudProvider.cs:41
MethodListAppBlobsAsync
( string accountId, string appId, CancellationToken cancel)
ui/Services/Providers/CliUiCloudProvider.cs:47
MethodListAppFiles
All files under an app folder, via path-based addressing.
src/providers/onedrive.cpp:159
MethodListChecked
src/providers/onedrive.cpp:675
MethodListChecked
src/providers/local_disk_provider.cpp:153
MethodListChecked
src/providers/google_drive.cpp:1335
MethodListChildrenById
Recursive children listing by item ID.
src/providers/onedrive.cpp:98
MethodListFolder
src/providers/google_drive.cpp:467
MethodListRecursive
src/providers/google_drive.cpp:540
FunctionListRemoteBlobNames
src/common/cloud_storage.cpp:1898
FunctionListStagedBatchIds
src/common/cloud_storage.cpp:1798
MethodListSubfolders
src/providers/onedrive.cpp:630
MethodListSubfolders
src/providers/google_drive.cpp:1296
FunctionLivePlaytime_CaptureUser
src/platform/linux/live_playtime.cpp:132
← previousnext →1,401–1,500 of 2,087, ranked by callers