func()

in gce-containers-startup/command/mock_runner.go [83:87]


func (m *MockRunner) incrementCallCount(command string) {
	commandInfo := m.commands[command]
	commandInfo.callCount += 1
	m.commands[command] = commandInfo
}