MCPcopy Create free account
hub / github.com/Loyalsoldier/geoip / AddOutput

Method AddOutput

lib/instance.go:77–79  ·  view source on GitHub ↗
(oc OutputConverter)

Source from the content-addressed store, hash-verified

75}
76
77func (i *instance) AddOutput(oc OutputConverter) {
78 i.output = append(i.output, oc)
79}
80
81func (i *instance) ResetInput() {
82 i.input = make([]InputConverter, 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected