NewVariable creates a new Variable instance with an ID associated with the YAML node.
(*yaml.Node)
| 399 | |
| 400 | // NewVariable creates a new Variable instance with an ID associated with the YAML node. |
| 401 | NewVariable(*yaml.Node) (*Variable, int64) |
| 402 | |
| 403 | // NewMatch creates a new Match instance with an ID associated with the YAML node. |
| 404 | NewMatch(*yaml.Node) (*Match, int64) |
no outgoing calls
no test coverage detected