mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-15 13:00:17 -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>