Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nhost/nhost
/ TypeArrayName
Method
TypeArrayName
tools/codegen/processor/typescript/typescript.go:55–57 ·
view source on GitHub ↗
(array *processor.TypeArray)
Source
from the content-addressed store, hash-verified
53
}
54
55
func
(t *Typescript) TypeArrayName(array *processor.TypeArray) string {
56
return
array.Item.Name() +
"[]"
57
}
58
59
func
(t *Typescript) TypeEnumName(name string) string {
60
return
format.ToCamelCase(name)
Callers
nothing calls this directly
Calls
1
Name
Method · 0.65
Tested by
no test coverage detected