Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for execFunc (0.46 sec)

  1. src/text/template/template.go

    	// We use two maps, one for parsing and one for execution.
    	// This separation makes the API cleaner since it doesn't
    	// expose reflection to the client.
    	muFuncs    sync.RWMutex // protects parseFuncs and execFuncs
    	parseFuncs FuncMap
    	execFuncs  map[string]reflect.Value
    }
    
    // Template is the representation of a parsed template. The *parse.Tree
    // field is exported only for use by [html/template] and should be treated
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:57:51 UTC 2024
    - 7.2K bytes
    - Viewed (0)
Back to top