| 363 | } |
| 364 | |
| 365 | type inputActivation struct { |
| 366 | vars map[string]any |
| 367 | lazyVars map[string]any |
| 368 | } |
| 369 | |
| 370 | // ResolveName looks up the value of the input variable name, if found. |
| 371 | // |
nothing calls this directly
no outgoing calls
no test coverage detected