MCPcopy Create free account
hub / github.com/brimdata/super / errNotIP4

Function errNotIP4

runtime/vam/expr/function/networkof.go:202–204  ·  view source on GitHub ↗
(sctx *super.Context, vec vector.Any)

Source from the content-addressed store, hash-verified

200}
201
202func errNotIP4(sctx *super.Context, vec vector.Any) vector.Any {
203 return vector.NewWrappedError(sctx, "network_of: not an IPv4 address", vec)
204}
205
206func addressAndMask(sctx *super.Context, address, mask vector.Any) vector.Any {
207 typ := sctx.MustLookupTypeRecord([]super.Field{

Callers 1

singleIPMethod · 0.85

Calls 1

NewWrappedErrorFunction · 0.92

Tested by

no test coverage detected