mirror of
https://github.com/opentofu/opentofu.git
synced 2026-06-10 00:50:50 -04:00
For unit tests of components that don't depend on any particular symbol table structure, where we just want to test if they are using the provided scope _at all_, it's helpful to be able to just quickly create a static symbol table. This is a reusable helper function for that. Signed-off-by: Martin Atkins <mart@degeneration.co.uk> |
||
|---|---|---|
| .. | ||
| attribute.go | ||
| closure.go | ||
| doc.go | ||
| evalable.go | ||
| evaluate.go | ||
| example_test.go | ||
| marks.go | ||
| scope.go | ||
| symbol_table.go | ||
| traversals.go | ||
| valuer.go | ||