MCPcopy Index your code
hub / github.com/coder/coder / Functions

Function Functions

provisioner/terraform/tfparse/funcs.go:17–19  ·  view source on GitHub ↗

Functions returns a set of functions that are safe to use in the context of evaluating Terraform expressions without any ability to reference local files. Functions that refer to file operations are replaced with stubs that return a descriptive error to the user.

()

Source from the content-addressed store, hash-verified

15// Functions that refer to file operations are replaced with stubs that return a
16// descriptive error to the user.
17func Functions() map[string]function.Function {
18 return allFunctions
19}
20
21var (
22 // Adapted from github.com/aquasecurity/trivy-iac@v0.8.0/pkg/scanners/terraform/parser/functions.go

Callers 1

BuildEvalContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected