Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ IsValidAlias
Function
IsValidAlias
common/container.cc:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
bool IsValidAlias(absl::string_view alias) {
42
return internal::LexisIsIdentifier(alias);
43
}
44
45
bool IsAbbreviationImpl(absl::string_view alias, absl::string_view name) {
46
auto pos = name.rfind(
'.'
);
Callers
1
AddAlias
Method · 0.85
Calls
1
LexisIsIdentifier
Function · 0.85
Tested by
no test coverage detected