setDebugGraphSink method

void setDebugGraphSink(
  1. TreeSitterDebugGraphSink? sink
)

Implementation

void setDebugGraphSink(TreeSitterDebugGraphSink? sink) {
  _checkNotDisposed();
  _debugGraphSink = sink;
}