nodeExists abstract method

bool nodeExists(
  1. String nodeId
)

Check if a node exists (by id)

Implementation

bool nodeExists(String nodeId);