MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / accessFile

Function accessFile

initialization.go:60–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 os.Exit(0)
59}
60func accessFile() string {
61
62 if version == "" {
63 return time.Now().Format("20060102-150405")
64 }
65 return version
66}
67func saveCsv(as map[string]*Access, key string) string {
68 buf := &bytes.Buffer{}
69 w := csv.NewWriter(buf)

Callers 1

doCheckFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected