placementPrefOpts holds a list of placement preferences.
| 81 | |
| 82 | // placementPrefOpts holds a list of placement preferences. |
| 83 | type placementPrefOpts struct { |
| 84 | prefs []swarm.PlacementPreference |
| 85 | strings []string |
| 86 | } |
| 87 | |
| 88 | func (o *placementPrefOpts) String() string { |
| 89 | if len(o.strings) == 0 { |
nothing calls this directly
no outgoing calls
no test coverage detected