MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / Child

Method Child

options/options.go:44–46  ·  view source on GitHub ↗

Child returns the child Options if any.

()

Source from the content-addressed store, hash-verified

42
43// Child returns the child Options if any.
44func (o *Options) Child() *Options {
45 return o.child
46}
47
48// Descendants returns an iterator over the child Options if any.
49func (o *Options) Descendants() iter.Seq[*Options] {

Callers 1

TestDepthMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestDepthMethod · 0.64