MCPcopy
hub / github.com/flosch/pongo2 / Interface

Method Interface

value.go:477–482  ·  view source on GitHub ↗

Interface gives you access to the underlying value.

()

Source from the content-addressed store, hash-verified

475
476// Interface gives you access to the underlying value.
477func (v *Value) Interface() any {
478 if v.val.IsValid() {
479 return v.val.Interface()
480 }
481 return nil
482}
483
484// EqualValueTo checks whether two values are containing the same value or object.
485func (v *Value) EqualValueTo(other *Value) bool {

Callers 12

IsTimeMethod · 0.95
StringMethod · 0.95
TimeMethod · 0.95
EqualValueToMethod · 0.95
resolveMethod · 0.95
SliceMethod · 0.80
IndexMethod · 0.80
ContainsMethod · 0.80
callMethod · 0.80
ExecuteMethod · 0.80
filterDateFunction · 0.80
filterStringformatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected