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

Method Outputs

nodes/node.go:51–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50type Node interface {
51 Outputs() map[string]OutputPort
52 Inputs() map[string]InputPort
53}

Callers 15

TestStruct_SimpleAddFunction · 0.95
TestStruct_ArrayAddFunction · 0.95
TestGridFunction · 0.65
BuildNodeTypeSchemaFunction · 0.65
NodeInstanceSchemaMethod · 0.65
ApplyAppSchemaMethod · 0.65
ExecutionReportMethod · 0.65
ConnectNodesMethod · 0.65
SetNodeAsProducerMethod · 0.65

Implementers 9

TopologyNodemodeling/nodes.go
AttributeNodemodeling/nodes.go
Filegenerator/parameter/file.go
Imagegenerator/parameter/image.go
SamplerWrapNodeformats/gltf/nodes.go
SamplerMagFilterNodeformats/gltf/nodes.go
SamplerMinFilterNodeformats/gltf/nodes.go
Quaternionmath/constant/quaternion.go
Pimath/constant/pi.go

Calls

no outgoing calls

Tested by 5

TestStruct_SimpleAddFunction · 0.76
TestStruct_ArrayAddFunction · 0.76
TestGridFunction · 0.52