MCPcopy Create free account
hub / github.com/github/gh-aw / StringLiteralNode

Struct StringLiteralNode

pkg/workflow/expression_nodes.go:166–168  ·  view source on GitHub ↗

StringLiteralNode represents a string literal value

Source from the content-addressed store, hash-verified

164
165// StringLiteralNode represents a string literal value
166type StringLiteralNode struct {
167 Value string
168}
169
170func (s *StringLiteralNode) Render() string {
171 // GitHub Actions single-quoted strings escape embedded single quotes by doubling them.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected