Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gan-Xing/CodexBridge
/ formatPlatformScopeKey
Function
formatPlatformScopeKey
src/core/contracts.ts:39–41 ·
view source on GitHub ↗
(platform: string, externalScopeId: string)
Source
from the content-addressed store, hash-verified
37
});
38
39
export
function
formatPlatformScopeKey(platform: string, externalScopeId: string): string {
40
return
`${platform}:${externalScopeId}`;
41
}
Callers
15
resolveLocaleForEvent
Method · 0.85
setScopeLocale
Method · 0.85
handleLoginStartOrStatusCommand
Method · 0.85
getPendingAgentOperation
Method · 0.85
setPendingAgentOperation
Method · 0.85
clearPendingAgentDraft
Method · 0.85
handleSkillsToggleCommand
Method · 0.85
handlePluginsAliasCommand
Method · 0.85
handlePluginsAliasConfirmCommand
Method · 0.85
handlePluginsFeaturedCommand
Method · 0.85
handlePluginsReloadCommand
Method · 0.85
handlePluginsCategoryItemsCommand
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected