MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / StringsCheckerLibrary

Function StringsCheckerLibrary

extensions/strings.h:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 const StringsExtensionOptions& extension_options = {});
53
54inline CheckerLibrary StringsCheckerLibrary(int version) {
55 StringsExtensionOptions options;
56 options.version = version;
57 return StringsCheckerLibrary(options);
58}
59
60inline CompilerLibrary StringsCompilerLibrary(
61 const StringsExtensionOptions& options = {}) {

Callers 3

StringsCompilerLibraryFunction · 0.70
TESTFunction · 0.70
CheckImplFunction · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.56