MCPcopy Create free account
hub / github.com/EliCDavis/polyform / structArrayInput

Struct structArrayInput

nodes/struct.go:211–217  ·  view source on GitHub ↗

============================================================================

Source from the content-addressed store, hash-verified

209// ============================================================================
210
211type structArrayInput struct {
212 node Node
213 data dataProvider
214 structField string
215 displayName string
216 datatype string
217}
218
219func (si *structArrayInput) Clear() {
220 refutil.SetStructField(si.data.Data(), si.structField, nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected