isNodeCached method

bool isNodeCached(
  1. String path
)

Implementation

bool isNodeCached(String path) {
  return _nodes.containsKey(path);
}