MCPcopy Create free account

hub / github.com/Selectively11/CloudRedirect / functions

Functions2,087 in github.com/Selectively11/CloudRedirect

MethodBuildAccountFolderPath
/me/drive/root:/CloudRedirect/{acct}:
src/providers/onedrive.cpp:92
MethodBuildBackupList
()
ui/Pages/CleanupPage.xaml.cs:322
MethodBuildChildCacheKey
src/providers/google_drive.cpp:51
MethodBuildCrossAppRemotecacheMap
<summary> Map filename → set of appIds across all namespace remotecaches. Files appearing in 2+ apps are cross-app contamination. </summary>
ui/Services/CloudCleanup.cs:378
MethodBuildDeleteBackupList
()
ui/Pages/AppsPage.xaml.cs:821
FunctionBuildDepotDependencyHook
src/platform/win/cloud_intercept.cpp:3027
MethodBuildDynamicCloudRedirectCave
Build the cave with caller-relative displacements.
ui/Services/Patching/Patcher.cs:851
MethodBuildFileList
(StackPanel container, AppScanResult app)
ui/Pages/CleanupPage.xaml.cs:849
MethodBuildFolderPath
/me/drive/root:/CloudRedirect/{acct}/{app}:
src/providers/onedrive.cpp:85
MethodBuildGDriveAuthUrl
(string redirectUri, string state, string codeChallenge)
ui/Services/OAuthService.cs:328
MethodBuildGameList
(List<AppScanResult> apps)
ui/Pages/CleanupPage.xaml.cs:714
MethodBuildItemPath
/me/drive/root:/CloudRedirect/{acct}/{app}/{filename}:
src/providers/onedrive.cpp:77
MethodBuildOneDriveAuthUrl
(string redirectUri, string state, string codeChallenge)
ui/Services/OAuthService.cs:342
MethodBuildRefreshBody
src/providers/onedrive.cpp:43
MethodBuildRefreshBody
src/providers/google_drive.cpp:29
MethodBytesMatch
(byte[] data, int dataOffset, byte[] pattern, int patOffset, int length)
ui/Services/Patching/Patcher.cs:871
FunctionCR_AddApp
src/platform/win/cr_api.cpp:144
FunctionCR_DrainPlaytimeUpdates
src/platform/win/cr_api.cpp:179
FunctionCR_EnableStatsSync
src/platform/win/cr_api.cpp:201
FunctionCR_GetAchievements
src/platform/win/cr_api.cpp:248
FunctionCR_GetPlaytime
src/platform/win/cr_api.cpp:231
FunctionCR_GetVersion
src/platform/linux/init.cpp:9
FunctionCR_HandleCloudRpc
src/platform/win/cr_api.cpp:60
FunctionCR_InitCloudSave
src/platform/win/cr_api.cpp:27
FunctionCR_InstallVtableHooks
src/platform/win/cr_api.cpp:191
FunctionCR_IsApp
src/platform/win/cr_api.cpp:154
FunctionCR_NotifyAppRunning
src/platform/win/cr_api.cpp:208
FunctionCR_NotifyStatsStored
src/platform/win/cr_api.cpp:222
FunctionCR_RemoveApp
src/platform/win/cr_api.cpp:148
FunctionCR_SetAccountId
src/platform/win/cr_api.cpp:158
FunctionCR_SetApps
src/platform/win/cr_api.cpp:163
FunctionCR_Shutdown
src/platform/win/cr_api.cpp:184
MethodCacheFileChild
src/providers/google_drive.cpp:66
MethodCacheFolderChild
src/providers/google_drive.cpp:57
MethodCallGuard
src/platform/linux/schema_fetch.cpp:119
MethodCallGuard
src/platform/linux/live_playtime.cpp:95
MethodCallGuard
src/platform/linux/achievement_inject.cpp:169
MethodCancelAuth_Click
(object sender, RoutedEventArgs e)
ui/Pages/CloudProviderPage.xaml.cs:330
MethodCancel_Click
(object sender, RoutedEventArgs e)
ui/Windows/DisclaimerWindow.xaml.cs:27
FunctionCheckBlobExists
src/common/cloud_storage.cpp:1859
MethodCheckDllUpdateAsync
()
ui/Pages/NewsPage.xaml.cs:25
MethodCheckExists
src/providers/local_disk_provider.cpp:134
MethodCheckExists
src/providers/google_drive.cpp:1272
MethodCheckForAutoUpdateAsync
<summary> Checks GitHub for a newer version. If found, shows an inline banner with changelog and Update/Skip buttons. </summary>
ui/MainWindow.xaml.cs:143
MethodCheckPatches
(byte[] data, PatchEntry[] patches)
ui/Services/Patching/Patcher.cs:886
MethodChoiceModePage
()
ui/Pages/ChoiceModePage.xaml.cs:16
MethodClassifyFile
<summary> Classify a file: ghost entry, cross-app overlap, unique remotecache hit, AppID/mangled-name heuristics, AutoCloud rule, else Unknown. </summ
ui/Services/CloudCleanup.cs:457
MethodCleanEmptyDirs
<summary> Remove empty directories left behind after moving files. </summary>
ui/Services/CloudCleanup.cs:892
MethodCleanRemotecache
<summary> Remove entries from remotecache.vdf that correspond to moved (polluted) files. </summary>
ui/Services/CloudCleanup.cs:816
FunctionCleanupEmptyDirsUpTo
Walk up from startDir removing empty dirs, bounded above by stopAt (exclusive). Stops at the first non-empty dir or any error. Best-effort.
src/platform/win/file_util.h:109
FunctionCleanupEmptyDirsUpTo
Walk up from startDir removing empty dirs, bounded above by stopAt
src/platform/linux/file_util.h:48
MethodCleanupEmptyDirsUpTo
src/platform/linux/platform_linux.cpp:95
MethodCleanupPage
()
ui/Pages/CleanupPage.xaml.cs:51
MethodCleanupPage_Loaded
(object sender, RoutedEventArgs e)
ui/Pages/CleanupPage.xaml.cs:57
MethodClearCleanupState
(string steamPath)
ui/Pages/CleanupPage.xaml.cs:592
FunctionClearFailedWorkForPrefix
src/common/cloud_work_queue.cpp:207
MethodClearLog
()
ui/Pages/SetupPage.xaml.cs:282
FunctionClearPending
src/common/pending_ops_journal.cpp:376
MethodClearSelection_Click
(object sender, RoutedEventArgs e)
ui/Pages/Cloud760Page.xaml.cs:114
MethodCliUiCloudProvider
(string provider, Action<string>? log)
ui/Services/Providers/CliUiCloudProvider.cs:13
MethodCloud760Page
()
ui/Pages/Cloud760Page.xaml.cs:50
MethodCloudCleanup
(string steamPath, Action<string>? log = null)
ui/Services/CloudCleanup.cs:176
MethodCloudCleanupRevert
(string steamPath, RevertConflictMode conflictMode = RevertConflictMode.Skip, Action<string>? log = null)
ui/Services/CloudCleanupRevert.cs:42
FunctionCloudOnSendPkt
src/platform/win/dllmain.cpp:34
MethodCloudProviderClient
(Action<string>? log = null)
ui/Services/CloudProviderClient.cs:12
MethodCloudProviderPage
()
ui/Pages/CloudProviderPage.xaml.cs:26
MethodCloudRedirectCard_Click
(object sender, MouseButtonEventArgs e)
ui/Pages/ChoiceModePage.xaml.cs:94
FunctionCloudRedirect_CliMain
src/common/cli.cpp:1047
FunctionCloudStagedBlobPath
src/common/cloud_storage.cpp:373
MethodCollapseEmptyFooterButtons
Scoped to Wpf.Ui.Controls.Button (the footer buttons) so the title-bar close (X) and other chrome are never touched.
ui/Services/Dialog.cs:39
MethodCompleteBatchInFlightMark
src/platform/win/cloud_intercept.cpp:487
MethodCompute
()
ui/Services/Patching/Fingerprint.cs:118
MethodComputeCodeChallenge
(string codeVerifier)
ui/Services/OAuthService.cs:492
MethodComputeFileSHA256
(string path)
ui/Services/AppUpdater.cs:175
MethodComputeOrphans
<summary> Pure: cloud blobs minus referenced set, sorted, deduped, case-sensitive (matches the native unordered_map keying). Skips InternalMetadataFil
ui/Services/OrphanBlobService.cs:158
MethodComputeResourceHash
(Stream stream)
ui/Services/EmbeddedCloud760.cs:53
MethodComputeResourceHash
(params Stream[] streams)
ui/Services/EmbeddedCli.cs:51
MethodComputeSha256
(Stream stream)
ui/Services/EmbeddedDll.cs:106
MethodComputeSha256
(byte[] data)
ui/Services/Patching/Patcher.cs:217
MethodComputeStatusSnapshot
(string steamPath, bool skipPatcher = false)
ui/Pages/SetupPage.xaml.cs:412
MethodConnectButton_Click
(object sender, RoutedEventArgs e)
ui/Pages/Cloud760Page.xaml.cs:136
MethodContainsAnyMarker
(byte[] fileBytes, string[] markers)
ui/Services/ThirdPartyDetector.cs:69
MethodConvert
(object? value, Type targetType, object? parameter, CultureInfo culture)
ui/Converters/UrlToImageSourceConverter.cs:67
MethodConvertBack
(object? value, Type targetType, object? parameter, CultureInfo culture)
ui/Converters/UrlToImageSourceConverter.cs:118
FunctionCooperativeYieldCurrentJob
Cooperative yield hook. Skips if not on job thread (g_pJobCur==NULL) or coroutine inactive. Stale RVA fails closed (no yield, hook disabled).
src/platform/win/cloud_intercept.cpp:961
MethodCopyCmdButton_Click
(object sender, RoutedEventArgs e)
ui/Pages/Cloud760Page.xaml.cs:126
MethodCopyExcept
(JsonElement obj, string skipKey, Utf8JsonWriter writer)
ui/Services/ModeService.cs:139
MethodCpuId
(uint leaf, out uint eax, out uint ebx, out uint ecx, out uint edx)
ui/Services/Patching/Fingerprint.cs:178
MethodCrashContextScope
src/platform/linux/cloud_hooks.cpp:77
FunctionCrashDumpHandler
src/platform/linux/init.cpp:473
FunctionCrashHandler
src/platform/linux/schema_fetch.cpp:116
FunctionCrashHandler
src/platform/linux/recvpkt_hook.cpp:74
FunctionCrashHandler
src/platform/linux/live_playtime.cpp:89
FunctionCrashHandler
src/platform/linux/achievement_inject.cpp:166
MethodCreateDriveFolder
src/providers/google_drive.cpp:287
FunctionCreateTokenStore
Factory function
src/platform/linux/token_store_linux.cpp:245
MethodDashboardPage
()
ui/Pages/DashboardPage.xaml.cs:20
MethodDebug
src/platform/linux/log.cpp:117
FunctionDecodeRelCall
src/platform/win/sig_scanner.cpp:99
FunctionDecodeRipRelLea
src/platform/win/sig_scanner.cpp:111
← previousnext →1,201–1,300 of 2,087, ranked by callers