NewRule creates a new Rule instance with an ID associated with the YAML node.
(*yaml.Node)
| 438 | |
| 439 | // NewRule creates a new Rule instance with an ID associated with the YAML node. |
| 440 | NewRule(*yaml.Node) (*Rule, int64) |
| 441 | |
| 442 | // NewVariable creates a new Variable instance with an ID associated with the YAML node. |
| 443 | NewVariable(*yaml.Node) (*Variable, int64) |
no outgoing calls
no test coverage detected