mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-24 09:15:31 -06:00
d5cc52195f
Term plugging can be expensive if the term represents a large JSON value. In these cases, the terms are ground and plugging will be a no-op, so the Plug call can return the term unmodified. Signed-off-by: Torin Sandall <torinsandall@gmail.com>