MCPcopy Create free account
hub / github.com/koding/kite / disk

Struct disk

systeminfo/systeminfo.go:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27type disk struct {
28 Usage uint64 `json:"diskUsage"`
29 Total uint64 `json:"diskTotal"`
30}
31
32func homeDir() string {
33 usr, err := user.Current()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected