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

Function templatableBoolPtr

pkg/workflow/test_helpers_shared_test.go:21–24  ·  view source on GitHub ↗

templatableBoolPtr returns a pointer to a TemplatableBool value.

(s string)

Source from the content-addressed store, hash-verified

19
20// templatableBoolPtr returns a pointer to a TemplatableBool value.
21func templatableBoolPtr(s string) *TemplatableBool {
22 value := TemplatableBool(s)
23 return &value
24}
25
26// mockValidationError helps create validation errors for testing.
27// This is a shared helper used by both unit and integration tests.

Calls 1

TemplatableBoolTypeAlias · 0.85

Tested by

no test coverage detected