(bytes scode.Bytes)
| 395 | } |
| 396 | |
| 397 | func (i *ipBuilder) Write(bytes scode.Bytes) { |
| 398 | i.values = append(i.values, super.DecodeIP(bytes)) |
| 399 | } |
| 400 | |
| 401 | func (i *ipBuilder) Build(sctx *super.Context) Any { |
| 402 | return NewIP(i.values) |
nothing calls this directly
no test coverage detected