Source returns the policy file contents as a CEL source object.
()
| 58 | |
| 59 | // Source returns the policy file contents as a CEL source object. |
| 60 | func (p *Policy) Source() *Source { |
| 61 | return p.source |
| 62 | } |
| 63 | |
| 64 | // SourceInfo returns the policy file metadata about expression positions. |
| 65 | func (p *Policy) SourceInfo() *ast.SourceInfo { |
no outgoing calls