Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/github/gh-aw
/ Render
Method
Render
pkg/workflow/expression_nodes.go:13–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
// ConditionNode represents a node in a condition expression tree
12
type
ConditionNode
interface
{
13
Render() string
14
}
15
16
// ExpressionNode represents a leaf expression
Callers
15
applyPullRequestDraftFilter
Method · 0.95
applyLabelFilter
Method · 0.95
selectNamespaceLabel
Function · 0.65
TestStylesExist
Function · 0.65
TestStylesRenderNonEmpty
Function · 0.65
TestErrorBoxUsesCentralizedBorder
Function · 0.65
TestSpec_Types_StylesAreRenderableValues
Function · 0.65
TestBuildConditionTree
Function · 0.65
TestBuildReactionConditionForTargetsExcludesPullRequests
Function · 0.65
TestBuildReactionConditionExcludesPullRequestReview
Function · 0.65
TestBuildStatusCommentConditionExcludesPullRequestReview
Function · 0.65
TestBuildStatusCommentConditionExcludesPullRequestReviewWhenPullRequestsDisabled
Function · 0.65
Implementers
12
noopStyleRenderer
pkg/cli/gateway_logs_timeline_render.g
WasmStyle
pkg/styles/theme_wasm.go
ExpressionNode
pkg/workflow/expression_nodes.go
AndNode
pkg/workflow/expression_nodes.go
OrNode
pkg/workflow/expression_nodes.go
NotNode
pkg/workflow/expression_nodes.go
DisjunctionNode
pkg/workflow/expression_nodes.go
FunctionCallNode
pkg/workflow/expression_nodes.go
PropertyAccessNode
pkg/workflow/expression_nodes.go
StringLiteralNode
pkg/workflow/expression_nodes.go
BooleanLiteralNode
pkg/workflow/expression_nodes.go
ComparisonNode
pkg/workflow/expression_nodes.go
Calls
no outgoing calls
Tested by
15
TestStylesExist
Function · 0.52
TestStylesRenderNonEmpty
Function · 0.52
TestErrorBoxUsesCentralizedBorder
Function · 0.52
TestSpec_Types_StylesAreRenderableValues
Function · 0.52
TestBuildConditionTree
Function · 0.52
TestBuildReactionConditionForTargetsExcludesPullRequests
Function · 0.52
TestBuildReactionConditionExcludesPullRequestReview
Function · 0.52
TestBuildStatusCommentConditionExcludesPullRequestReview
Function · 0.52
TestBuildStatusCommentConditionExcludesPullRequestReviewWhenPullRequestsDisabled
Function · 0.52
TestBuildReactionConditionForTargetsIncludesWorkflowDispatchForCentralized
Function · 0.52
TestBuildStatusCommentConditionIncludesWorkflowDispatchForCentralized
Function · 0.52
TestHelperFunctions
Function · 0.52