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

Function NewParseURI

runtime/sam/expr/function/parse.go:19–21  ·  view source on GitHub ↗
(sctx *super.Context)

Source from the content-addressed store, hash-verified

17}
18
19func NewParseURI(sctx *super.Context) *ParseURI {
20 return &ParseURI{sctx, sup.NewBSUPMarshalerWithContext(sctx)}
21}
22
23func (p *ParseURI) Call(args []super.Value) super.Value {
24 type uri struct {

Callers 1

NewFunction · 0.85

Calls 1

Tested by

no test coverage detected