MCPcopy 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
39export function formatPlatformScopeKey(platform: string, externalScopeId: string): string {
40 return `${platform}:${externalScopeId}`;
41}

Calls

no outgoing calls

Tested by

no test coverage detected