Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for evalFieldChain (0.13 sec)

  1. src/text/template/exec.go

    		s.notAFunction(args, final)
    		return value
    	}
    	return s.evalFieldChain(dot, value, variable, variable.Ident[1:], args, final)
    }
    
    // evalFieldChain evaluates .X.Y.Z possibly followed by arguments.
    // dot is the environment in which to evaluate arguments, while
    // receiver is the value being walked along the chain.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 21:22:24 UTC 2024
    - 32K bytes
    - Viewed (0)
Back to top