# `GSFeaBlock setCodeFast:`

*Instance Method*

Sets the code, skipping the undo system.

## Declaration

```swift
func setCodeFast(_ code: String)
```

```objc
- (void) setCodeFast:(NSString *) code;
```

```python
setCodeFast_(code: str)
```

