MCPcopy
hub / github.com/writefreely/writefreely / FormatVersion

Function FormatVersion

app.go:620–622  ·  view source on GitHub ↗

FormatVersion constructs the version string for the application

()

Source from the content-addressed store, hash-verified

618
619// FormatVersion constructs the version string for the application
620func FormatVersion() string {
621 return serverSoftware + " " + softwareVer
622}
623
624// OutputVersion prints out the version of the application.
625func OutputVersion() {

Callers 4

serveActionFunction · 0.92
mainFunction · 0.92
legacyActionsFunction · 0.92
OutputVersionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected