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

Function StringsCheckerLibrary

extensions/strings.cc:425–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425CheckerLibrary StringsCheckerLibrary(const StringsExtensionOptions& options) {
426 const int version = options.version;
427 return {"strings", [version](TypeCheckerBuilder& builder) {
428 return RegisterStringsDecls(builder, version);
429 }};
430}
431
432} // namespace cel::extensions

Callers

nothing calls this directly

Calls 1

RegisterStringsDeclsFunction · 0.85

Tested by

no test coverage detected