MCPcopy Index your code
hub / github.com/coder/guts / String

Method String

bindings/string.go:10–10  ·  view source on GitHub ↗

These string functions are purely for debugging

()

Source from the content-addressed store, hash-verified

8// These string functions are purely for debugging
9
10func (a Alias) String() string { return fmt.Sprintf("Alias:%s", a.Name) }
11func (k LiteralKeyword) String() string { return string(k) }
12func (a ArrayLiteralType) String() string {
13 strs := []string{}

Callers 14

includeMethod · 0.45
SerializeInOrderMethod · 0.45
parseMethod · 0.45
buildStructMethod · 0.45
typescriptTypeMethod · 0.45
buildUnionMethod · 0.45
typeParametersArgsMethod · 0.45
keyMethod · 0.45
simplifyUnionLiteralsFunction · 0.45
SerializeToTypescriptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected