disableCapture

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.

Throws

If the capture does not exist.

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.

Throws

If the capture does not exist.

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.

Throws

If the capture does not exist.

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.

Throws

If the capture does not exist.