MCPcopy
hub / github.com/hashicorp/hcl / main

Function main

cmd/hclspecsuite/main.go:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15)
16
17func main() {
18 os.Exit(realMain(os.Args[1:]))
19}
20
21func realMain(args []string) int {
22 if len(args) != 2 {

Callers

nothing calls this directly

Calls 2

realMainFunction · 0.85
ExitMethod · 0.65

Tested by

no test coverage detected