isPageAlive function

bool isPageAlive(
  1. double contextId
)

Implementation

bool isPageAlive(double contextId) {
  return _allocatedPages.containsKey(contextId);
}