# `GSLayer checkConnectionsFast`

*Instance Method*

same as `checkConnections` but without notifying and undo. Good when loading the path

## Declaration

```swift
func checkConnectionsFast()
```

```objc
- (void) checkConnectionsFast;
```

```python
checkConnectionsFast()
```

