keyRefRequiresNativePrivateOp function

bool keyRefRequiresNativePrivateOp(
  1. KeyRef ref
)

Implementation

bool keyRefRequiresNativePrivateOp(KeyRef ref) {
  return ref.storeName.startsWith('platform:');
}