isGlobalNodeId static method

bool isGlobalNodeId(
  1. String nodeId
)

Check if a node ID represents a global file.

Implementation

static bool isGlobalNodeId(String nodeId) => _global.matches(nodeId);