Check if a node ID represents a global file.
static bool isGlobalNodeId(String nodeId) => _global.matches(nodeId);