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

Method String

pkg/workflow/templatables.go:207–209  ·  view source on GitHub ↗

String returns the underlying string representation of the value.

()

Source from the content-addressed store, hash-verified

205
206// String returns the underlying string representation of the value.
207func (t *TemplatableBool) String() string {
208 return string(*t)
209}
210
211func templatableBoolPtrToStringPtr(value *TemplatableBool) *string {
212 if value == nil {

Callers 3

templatableBoolIsTrueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected