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

TypeAlias MyString

19.3/mytypes.go:4–4  ·  view source on GitHub ↗

MyString is a custom version of the `string` type.

Source from the content-addressed store, hash-verified

2
3// MyString is a custom version of the `string` type.
4type MyString string
5
6// Len returns the length of the string.
7func (s MyString) Len() int {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected