Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitfield/ftl-code
/ Len
Method
Len
19.3/mytypes.go:7–9 ·
view source on GitHub ↗
Len returns the length of the string.
()
Source
from the content-addressed store, hash-verified
5
6
// Len returns the length of the string.
7
func
(s MyString) Len() int {
8
return
len(s)
9
}
Callers
5
TestStringsBuilder
Function · 0.80
TestMyBuilderLen
Function · 0.80
TestMyBuilder
Function · 0.80
TestMyBuilderEmbedded
Function · 0.80
TestMyStringLen
Function · 0.80
Calls
no outgoing calls
Tested by
5
TestStringsBuilder
Function · 0.64
TestMyBuilderLen
Function · 0.64
TestMyBuilder
Function · 0.64
TestMyBuilderEmbedded
Function · 0.64
TestMyStringLen
Function · 0.64