MCPcopy Create free account
hub / github.com/bitfield/ftl-code / ToUpper

Method ToUpper

20.3/mytypes.go:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8}
9
10func (su StringUppercaser) ToUpper() string {
11 return strings.ToUpper(su.Contents.String())
12}

Callers 1

TestStringUppercaserFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestStringUppercaserFunction · 0.76