| 1245 | } |
| 1246 | |
| 1247 | type OptionParameterInterface interface { |
| 1248 | Serialize() ([]byte, error) |
| 1249 | } |
| 1250 | |
| 1251 | type OptionParameterCapability struct { |
| 1252 | ParamType uint8 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…