Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
func
(su StringUppercaser) ToUpper() string {
11
return
strings.ToUpper(su.Contents.String())
12
}
Callers
1
TestStringUppercaser
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestStringUppercaser
Function · 0.76