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

Struct MyBuilder

20.2/mytypes.go:6–8  ·  view source on GitHub ↗

MyBuilder is a custom version of the `strings.Builder` type.

Source from the content-addressed store, hash-verified

4
5// MyBuilder is a custom version of the `strings.Builder` type.
6type MyBuilder struct {
7 Contents strings.Builder
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected