Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jesseduffield/lazygit
/ isStruct
Function
isStruct
pkg/jsonschema/generate.go:219–221 ·
view source on GitHub ↗
(v any)
Source
from the content-addressed store, hash-verified
217
}
218
219
func
isStruct(v any) bool {
220
return
reflect.TypeOf(v).Kind() == reflect.Struct
221
}
Callers
1
setDefaultVals
Function · 0.85
Calls
1
Kind
Method · 0.65
Tested by
no test coverage detected