Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ isRawStringExpr
Function
isRawStringExpr
frontend/src/plugins/cel/types/simple.ts:102–104 ·
view source on GitHub ↗
(expr: SimpleExpr)
Source
from the content-addressed store, hash-verified
100
};
101
102
export
const
isRawStringExpr = (expr: SimpleExpr): expr is RawStringExpr => {
103
return
expr.
type
=== ExprType.RawString;
104
};
Callers
4
ConditionGroup
Function · 0.90
processCondition
Function · 0.90
validate
Function · 0.90
convert
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected