stdLibrary implements the Library interface and provides functional options for the core CEL features documented in the specification.
| 138 | // stdLibrary implements the Library interface and provides functional options for the core CEL |
| 139 | // features documented in the specification. |
| 140 | type stdLibrary struct { |
| 141 | subset *env.LibrarySubset |
| 142 | } |
| 143 | |
| 144 | // LibraryName implements the SingletonLibrary interface method. |
| 145 | func (*stdLibrary) LibraryName() string { |
nothing calls this directly
no outgoing calls
no test coverage detected