MCPcopy Create free account
hub / github.com/Gan-Xing/CodexBridge / buildInstructionsOperationKey

Function buildInstructionsOperationKey

src/core/bridge_coordinator.ts:21112–21114  ·  view source on GitHub ↗
(scopeRef: PlatformScopeRef)

Source from the content-addressed store, hash-verified

21110}
21111
21112function buildInstructionsOperationKey(scopeRef: PlatformScopeRef) {
21113 return formatPlatformScopeKey(scopeRef.platform, scopeRef.externalScopeId);
21114}
21115
21116function buildInstructionsEditKey(event) {
21117 return buildInstructionsOperationKey(toScopeRef(event));

Calls 1

formatPlatformScopeKeyFunction · 0.85

Tested by

no test coverage detected