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