functionsaveTotalModelDebug
Saves a model and dependencies to a single file using a heuristic.
Information
Saves the className model in a single file, together with all other classes
that it depends on.
This function uses a naive heuristic based on which identifiers are used and might save things which are not actually used, and is meant to be used in cases where the normal saveTotalModel() fails.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | filename | ||
| TypeName | className | ||
| Boolean | stripAnnotations | false | |
| Boolean | stripComments | false | |
| Boolean | obfuscate | false |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | success |