MCPcopy
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
219func isStruct(v any) bool {
220 return reflect.TypeOf(v).Kind() == reflect.Struct
221}

Callers 1

setDefaultValsFunction · 0.85

Calls 1

KindMethod · 0.65

Tested by

no test coverage detected