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

Struct structInput

nodes/struct.go:262–268  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

260// ============================================================================
261
262type structInput struct {
263 node Node
264 data dataProvider
265 structField string
266 displayName string
267 datatype string
268}
269
270func (si *structInput) Clear() {
271 refutil.SetStructField(si.data.Data(), si.structField, nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected