MCPcopy Create free account
hub / github.com/cloudfoundry/bosh-agent / SetAdministratorUserName

Function SetAdministratorUserName

platform/syscall_windows_test.go:35–39  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

33}
34
35func SetAdministratorUserName(name string) (previous string) {
36 previous = administratorUserName
37 administratorUserName = name
38 return previous
39}
40
41var _ = Describe("Windows Syscalls and Helper functions", func() {
42 It("Generates valid Windows passwords", func() {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected