disableCapture

actual external fun disableCapture(name: String)(source)

Disable a certain capture within a query.

This prevents the capture from being returned in matches, and also avoids most resource usage associated with recording the capture. Currently, there is no way to undo this.

expect fun disableCapture(name: String)(source)

Disable a certain capture within a query.

This prevents the capture from being returned in matches, and also avoids most resource usage associated with recording the capture. Currently, there is no way to undo this.

actual external fun disableCapture(name: String)(source)

Disable a certain capture within a query.

This prevents the capture from being returned in matches, and also avoids most resource usage associated with recording the capture. Currently, there is no way to undo this.

actual fun disableCapture(name: String)(source)

Disable a certain capture within a query.

This prevents the capture from being returned in matches, and also avoids most resource usage associated with recording the capture. Currently, there is no way to undo this.