NewRule creates a new Rule instance with an ID associated with the YAML node.
(*yaml.Node)
| 396 | |
| 397 | // NewRule creates a new Rule instance with an ID associated with the YAML node. |
| 398 | NewRule(*yaml.Node) (*Rule, int64) |
| 399 | |
| 400 | // NewVariable creates a new Variable instance with an ID associated with the YAML node. |
| 401 | NewVariable(*yaml.Node) (*Variable, int64) |
no outgoing calls
no test coverage detected